Html Css Color HEX #9F7016 Golden Brown

📋 copy color: '#9F7016'

red 159 ◦ green 112 ◦ blue 22

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

Shades of Golden Brown #9F7016

Tints of Golden Brown #9F7016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 54.27%
G = 38.23%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9F7016 (or 0x9F7016) is known color: Golden Brown. HEX triplet: 9F, 70 and 16. RGB value is (159,112,22). Sum of RGB (Red+Green+Blue) = 159+112+22=293 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.27% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7016 is #608FE9. Grayscale: #747474. Windows color (decimal): -6328298 or 1470623. OLE color: 1470623.

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

Color convert

RGB 159 112 22 -
CMYK 0 0.30 0.86 0.38
HSL 39.42º 0.76% 0.35% -
HSV(B) 39.42º 0.86% 0.62% -
XYZ 20.24 19.02 3.36 -
YUV 115.79 75.07 158.82 -
System Red Green Blue C M Y K H S L
Decimal 159 112 22 0 0.30 0.86 0.38 39.42 0.76 0.35
Hex 9F 70 16 0 1E 56 26 27 4C 23
Octal 237 160 26 0 36 126 46 47 114 43
Binary 10011111 1110000 10110 0 11110 1010110 100110 100111 1001100 100011

Color Harmonies of #9F7016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7016

Black with #9F7016

Text Example


Text Example

White with #9F7016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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