#8F7512

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

Shades of Yukon Gold #8F7512

Tints of Yukon Gold #8F7512

Color information

#8F7512 (or 0x8F7512) is unknown color: approx Yukon Gold. HEX triplet: 8F, 75 and 12. RGB value is (143,117,18). Sum of RGB (Red+Green+Blue) = 143+117+18=278 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.44% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7512 is #708AED. Grayscale: #717171. Windows color (decimal): -7375598 or 1209743. OLE color: 1209743.

HSL color Cylindrical-coordinate representation of color #8F7512: hue angle of 47.52º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F7512 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB14311718-
CMYK00.180.870.44
HSL47.52º77.64%31.57%-
HSV(B)47.52º87.41%56.08%-
XYZ17.818.613.23-
YUV113.4974.11149.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.44%
GREEN value IS 117 (46.09% from 255) = 42.09%
BLUE value IS 18 (7.42% from 255) = 6.47%
R=51.44%
G=42.09%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431171800.180.870.4447.5277.6431.57
Hex8F7512012572C304e20
Octal21716522022127546011640
Binary1000111111101011001001001010101111011001100001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F7512; }

 p { color: rgb(143,117,18); }

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

<style>
 a { background-color: #8F7512; }

 a { background-color: rgb(143,117,18); }

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

<style>
 span { border-color: #8F7512; }

 span { border-color: rgb(143,117,18); }

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