Html Css Color HEX #8F7008 Golden Brown

📋 copy color: '#8F7008'

red 143 ◦ green 112 ◦ blue 8

#8F7008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #8F7008

Tints of Golden Brown #8F7008

RGB

 RED value IS 143 (56.25% from 255) = 54.37%

 GREEN value IS 112 (44.14% from 255) = 42.59%

 BLUE value IS 8 (3.52% from 255) = 3.04%

R = 54.37%
G = 42.59%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#8F7008 (or 0x8F7008) is known color: Golden Brown. HEX triplet: 8F, 70 and 08. RGB value is (143,112,8). Sum of RGB (Red+Green+Blue) = 143+112+8=263 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.37% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7008 is #708FF7. Grayscale: #6D6D6D. Windows color (decimal): -7376888 or 553103. OLE color: 553103.

HSL color Cylindrical-coordinate representation of color #8F7008: hue angle of 46.22º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F7008 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 112 8 -
CMYK 0 0.22 0.94 0.44
HSL 46.22º 0.89% 0.3% -
HSV(B) 46.22º 0.94% 0.56% -
XYZ 17.17 17.45 2.69 -
YUV 109.41 70.77 151.96 -
System Red Green Blue C M Y K H S L
Decimal 143 112 8 0 0.22 0.94 0.44 46.22 0.89 0.3
Hex 8F 70 8 0 16 5E 2C 2E 59 1E
Octal 217 160 10 0 26 136 54 56 131 36
Binary 10001111 1110000 1000 0 10110 1011110 101100 101110 1011001 11110

Color Harmonies of #8F7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7008

Black with #8F7008

Text Example


Text Example

White with #8F7008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,112,8); }

 H1.HeaderClassName
 {
   color: #8F7008;
 }
 .AnyTagClassName
 {
   color: #8F7008;
 }
</style>

background-color css

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

 a { background-color: rgb(143,112,8); }

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

border-color css

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

 span { border-color: rgb(143,112,8); }

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