Html Css Color HEX #9F7002 Golden Brown

📋 copy color: '#9F7002'

red 159 ◦ green 112 ◦ blue 2

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

Shades of Golden Brown #9F7002

Tints of Golden Brown #9F7002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 58.24%
G = 41.03%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F7002 (or 0x9F7002) is known color: Golden Brown. HEX triplet: 9F, 70 and 02. RGB value is (159,112,2). Sum of RGB (Red+Green+Blue) = 159+112+2=273 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.24% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7002 is #608FFD. Grayscale: #727272. Windows color (decimal): -6328318 or 159903. OLE color: 159903.

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

Color convert

RGB 159 112 2 -
CMYK 0 0.30 0.99 0.38
HSL 42.04º 0.98% 0.32% -
HSV(B) 42.04º 0.99% 0.62% -
XYZ 20.1 18.96 2.66 -
YUV 113.51 65.07 160.44 -
System Red Green Blue C M Y K H S L
Decimal 159 112 2 0 0.30 0.99 0.38 42.04 0.98 0.32
Hex 9F 70 2 0 1E 63 26 2A 62 20
Octal 237 160 2 0 36 143 46 52 142 40
Binary 10011111 1110000 10 0 11110 1100011 100110 101010 1100010 100000

Color Harmonies of #9F7002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7002

Black with #9F7002

Text Example


Text Example

White with #9F7002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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