#8F750F

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

Shades of Yukon Gold #8F750F

Tints of Yukon Gold #8F750F

Color information

#8F750F (or 0x8F750F) is unknown color: approx Yukon Gold. HEX triplet: 8F, 75 and 0F. RGB value is (143,117,15). Sum of RGB (Red+Green+Blue) = 143+117+15=275 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52% from 275); Green value is 117 (46.09% from 255 or 42.55% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 143 - color contains mainly: red. Hex color #8F750F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F750F is #708AF0. Grayscale: #717171. Windows color (decimal): -7375601 or 1013135. OLE color: 1013135.

HSL color Cylindrical-coordinate representation of color #8F750F: hue angle of 47.81º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F750F is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB14311715-
CMYK00.180.900.44
HSL47.81º81.01%30.98%-
HSV(B)47.81º89.51%56.08%-
XYZ17.7818.63.1-
YUV113.1572.61149.29-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52%
GREEN value IS 117 (46.09% from 255) = 42.55%
BLUE value IS 15 (6.25% from 255) = 5.45%
R=52%
G=42.55%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431171500.180.900.4447.8181.0130.98
Hex8F75F0125A2C30511f
Octal21716517022132546012137
Binary10001111111010111110100101011010101100110000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F750F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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