Html Css Color HEX #9F7212 Golden Brown

📋 copy color: '#9F7212'

red 159 ◦ green 114 ◦ blue 18

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

Shades of Golden Brown #9F7212

Tints of Golden Brown #9F7212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.19%

R = 54.64%
G = 39.18%
B = 6.19%

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

#9F7212 (or 0x9F7212) is known color: Golden Brown. HEX triplet: 9F, 72 and 12. RGB value is (159,114,18). Sum of RGB (Red+Green+Blue) = 159+114+18=291 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.64% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7212 is #608DED. Grayscale: #747474. Windows color (decimal): -6327790 or 1208991. OLE color: 1208991.

HSL color Cylindrical-coordinate representation of color #9F7212: hue angle of 40.85º degrees, saturation: 0.8, 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 #9F7212 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 114 18 -
CMYK 0 0.28 0.89 0.38
HSL 40.85º 0.8% 0.35% -
HSV(B) 40.85º 0.89% 0.62% -
XYZ 20.42 19.45 3.25 -
YUV 116.51 72.41 158.31 -
System Red Green Blue C M Y K H S L
Decimal 159 114 18 0 0.28 0.89 0.38 40.85 0.8 0.35
Hex 9F 72 12 0 1C 59 26 29 50 23
Octal 237 162 22 0 34 131 46 51 120 43
Binary 10011111 1110010 10010 0 11100 1011001 100110 101001 1010000 100011

Color Harmonies of #9F7212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7212

Black with #9F7212

Text Example


Text Example

White with #9F7212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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