Html Css Color HEX #9F5F12 Golden Brown

📋 copy color: '#9F5F12'

red 159 ◦ green 95 ◦ blue 18

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

Shades of Golden Brown #9F5F12

Tints of Golden Brown #9F5F12

RGB

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

 GREEN value IS 95 (37.5% from 255) = 34.93%

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

R = 58.46%
G = 34.93%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F5F12 (or 0x9F5F12) is known color: Golden Brown. HEX triplet: 9F, 5F and 12. RGB value is (159,95,18). Sum of RGB (Red+Green+Blue) = 159+95+18=272 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.46% from 272); Green value is 95 (37.5% from 255 or 34.93% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5F12 is #60A0ED. Grayscale: #696969. Windows color (decimal): -6332654 or 1204127. OLE color: 1204127.

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

Color convert

RGB 159 95 18 -
CMYK 0 0.40 0.89 0.38
HSL 32.77º 0.8% 0.35% -
HSV(B) 32.77º 0.89% 0.62% -
XYZ 18.5 15.6 2.61 -
YUV 105.36 78.7 166.26 -
System Red Green Blue C M Y K H S L
Decimal 159 95 18 0 0.40 0.89 0.38 32.77 0.8 0.35
Hex 9F 5F 12 0 28 59 26 21 50 23
Octal 237 137 22 0 50 131 46 41 120 43
Binary 10011111 1011111 10010 0 101000 1011001 100110 100001 1010000 100011

Color Harmonies of #9F5F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5F12

Black with #9F5F12

Text Example


Text Example

White with #9F5F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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