Html Css Color HEX #9F7211 Golden Brown

📋 copy color: '#9F7211'

red 159 ◦ green 114 ◦ blue 17

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

Shades of Golden Brown #9F7211

Tints of Golden Brown #9F7211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.31%

 BLUE value IS 17 (7.03% from 255) = 5.86%

R = 54.83%
G = 39.31%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F7211 (or 0x9F7211) is known color: Golden Brown. HEX triplet: 9F, 72 and 11. RGB value is (159,114,17). Sum of RGB (Red+Green+Blue) = 159+114+17=290 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.83% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7211 is #608DEE. Grayscale: #747474. Windows color (decimal): -6327791 or 1143455. OLE color: 1143455.

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

Color convert

RGB 159 114 17 -
CMYK 0 0.28 0.89 0.38
HSL 40.99º 0.81% 0.35% -
HSV(B) 40.99º 0.89% 0.62% -
XYZ 20.42 19.45 3.21 -
YUV 116.4 71.91 158.39 -
System Red Green Blue C M Y K H S L
Decimal 159 114 17 0 0.28 0.89 0.38 40.99 0.81 0.35
Hex 9F 72 11 0 1C 59 26 29 51 23
Octal 237 162 21 0 34 131 46 51 121 43
Binary 10011111 1110010 10001 0 11100 1011001 100110 101001 1010001 100011

Color Harmonies of #9F7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7211

Black with #9F7211

Text Example


Text Example

White with #9F7211

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,114,17); }

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

background-color css

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

 a { background-color: rgb(159,114,17); }

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

border-color css

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

 span { border-color: rgb(159,114,17); }

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