#88761A

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

Shades of Yukon Gold #88761A

Tints of Yukon Gold #88761A

Color information

#88761A (or 0x88761A) is unknown color: approx Yukon Gold. HEX triplet: 88, 76 and 1A. RGB value is (136,118,26). Sum of RGB (Red+Green+Blue) = 136+118+26=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #88761A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88761A is #7789E5. Grayscale: #717171. Windows color (decimal): -7834086 or 1734280. OLE color: 1734280.

HSL color Cylindrical-coordinate representation of color #88761A: hue angle of 50.18º 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 #88761A is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB13611826-
CMYK00.130.810.47
HSL50.18º67.9%31.76%-
HSV(B)50.18º80.88%53.33%-
XYZ16.8218.273.62-
YUV112.8978.96144.48-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.57%
GREEN value IS 118 (46.48% from 255) = 42.14%
BLUE value IS 26 (10.55% from 255) = 9.29%
R=48.57%
G=42.14%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361182600.130.810.4750.1867.931.76
Hex88761A0D512F324420
Octal21016632015121576210440
Binary100010001110110110100110110100011011111100101000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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