#88731A

Color #88731A Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #88731A

Tints of Yukon Gold #88731A

Color information

#88731A (or 0x88731A) is unknown color: approx Yukon Gold. HEX triplet: 88, 73 and 1A. RGB value is (136,115,26). Sum of RGB (Red+Green+Blue) = 136+115+26=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #88731A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88731A is #778CE5. Grayscale: #6F6F6F. Windows color (decimal): -7834854 or 1733512. OLE color: 1733512.

HSL color Cylindrical-coordinate representation of color #88731A: hue angle of 48.55º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #88731A is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB13611526-
CMYK00.150.810.47
HSL48.55º67.9%31.76%-
HSV(B)48.55º80.88%53.33%-
XYZ16.4717.573.5-
YUV111.1379.96145.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 115 (45.31% from 255) = 41.52%
BLUE value IS 26 (10.55% from 255) = 9.39%
R=49.10%
G=41.52%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361152600.150.810.4748.5567.931.76
Hex88731A0F512F314420
Octal21016332017121576110440
Binary100010001110011110100111110100011011111100011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88731A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88731A; }

 p { color: rgb(136,115,26); }

 H1.HeaderClassName
 {
   color: #88731A;
 }
 .AnyTagClassName
 {
   color: #88731A;
 }
</style>
background-color css

<style>
 a { background-color: #88731A; }

 a { background-color: rgb(136,115,26); }

 div.DivClassName
 {
   background-color: #88731A;
 }
 .BgClassName
 {
   background-color: #88731A;
 }
</style>
border-color css

<style>
 span { border-color: #88731A; }

 span { border-color: rgb(136,115,26); }

 td.TdClassName
 {
   border-color: #88731A;
 }
 .TagClassName
 {
   border-color: #88731A;
 }
</style>