Html Css Color HEX #9F7008 Golden Brown

📋 copy color: '#9F7008'

red 159 ◦ green 112 ◦ blue 8

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

Shades of Golden Brown #9F7008

Tints of Golden Brown #9F7008

RGB

 RED value IS 159 (62.5% from 255) = 56.99%

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

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

R = 56.99%
G = 40.14%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.95

 K value IS 0.38

RGB Variations

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

Color information

#9F7008 (or 0x9F7008) is known color: Golden Brown. HEX triplet: 9F, 70 and 08. RGB value is (159,112,8). Sum of RGB (Red+Green+Blue) = 159+112+8=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7008 is #608FF7. Grayscale: #727272. Windows color (decimal): -6328312 or 553119. OLE color: 553119.

HSL color Cylindrical-coordinate representation of color #9F7008: hue angle of 41.32º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F7008 is Cyan = 0, Magento = 0.30, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 112 8 -
CMYK 0 0.30 0.95 0.38
HSL 41.32º 0.9% 0.33% -
HSV(B) 41.32º 0.95% 0.62% -
XYZ 20.14 18.98 2.83 -
YUV 114.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 159 112 8 0 0.30 0.95 0.38 41.32 0.9 0.33
Hex 9F 70 8 0 1E 5F 26 29 5A 21
Octal 237 160 10 0 36 137 46 51 132 41
Binary 10011111 1110000 1000 0 11110 1011111 100110 101001 1011010 100001

Color Harmonies of #9F7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7008

Black with #9F7008

Text Example


Text Example

White with #9F7008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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