Html Css Color HEX #9F5E11 Golden Brown

📋 copy color: '#9F5E11'

red 159 ◦ green 94 ◦ blue 17

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

Shades of Golden Brown #9F5E11

Tints of Golden Brown #9F5E11

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.81%

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

R = 58.89%
G = 34.81%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F5E11 (or 0x9F5E11) is known color: Golden Brown. HEX triplet: 9F, 5E and 11. RGB value is (159,94,17). Sum of RGB (Red+Green+Blue) = 159+94+17=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 94 (37.11% from 255 or 34.81% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5E11 is #60A1EE. Grayscale: #696969. Windows color (decimal): -6332911 or 1138335. OLE color: 1138335.

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

Color convert

RGB 159 94 17 -
CMYK 0 0.41 0.89 0.38
HSL 32.54º 0.81% 0.35% -
HSV(B) 32.54º 0.89% 0.62% -
XYZ 18.4 15.42 2.54 -
YUV 104.66 78.53 166.76 -
System Red Green Blue C M Y K H S L
Decimal 159 94 17 0 0.41 0.89 0.38 32.54 0.81 0.35
Hex 9F 5E 11 0 29 59 26 21 51 23
Octal 237 136 21 0 51 131 46 41 121 43
Binary 10011111 1011110 10001 0 101001 1011001 100110 100001 1010001 100011

Color Harmonies of #9F5E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5E11

Black with #9F5E11

Text Example


Text Example

White with #9F5E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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