#88750F

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

Shades of Yukon Gold #88750F

Tints of Yukon Gold #88750F

Color information

#88750F (or 0x88750F) is unknown color: approx Yukon Gold. HEX triplet: 88, 75 and 0F. RGB value is (136,117,15). Sum of RGB (Red+Green+Blue) = 136+117+15=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 15 (6.25% from 255 or 5.60% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #88750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88750F is #778AF0. Grayscale: #6F6F6F. Windows color (decimal): -7834353 or 1013128. OLE color: 1013128.

HSL color Cylindrical-coordinate representation of color #88750F: hue angle of 50.58º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88750F is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB13611715-
CMYK00.140.890.47
HSL50.58º80.13%29.61%-
HSV(B)50.58º88.97%53.33%-
XYZ16.617.993.05-
YUV111.0573.79145.79-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.75%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 15 (6.25% from 255) = 5.60%
R=50.75%
G=43.66%
B=5.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361171500.140.890.4750.5880.1329.61
Hex8875F0E592F33501e
Octal21016517016131576312036
Binary1000100011101011111011101011001101111110011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88750F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88750F; }

 p { color: rgb(136,117,15); }

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

<style>
 a { background-color: #88750F; }

 a { background-color: rgb(136,117,15); }

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

<style>
 span { border-color: #88750F; }

 span { border-color: rgb(136,117,15); }

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