Html Css Color HEX #9E5512 Golden Brown

📋 copy color: '#9E5512'

red 158 ◦ green 85 ◦ blue 18

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

Shades of Golden Brown #9E5512

Tints of Golden Brown #9E5512

RGB

 RED value IS 158 (62.11% from 255) = 60.54%

 GREEN value IS 85 (33.59% from 255) = 32.57%

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

R = 60.54%
G = 32.57%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9E5512 (or 0x9E5512) is known color: Golden Brown. HEX triplet: 9E, 55 and 12. RGB value is (158,85,18). Sum of RGB (Red+Green+Blue) = 158+85+18=261 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.54% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5512 is #61AAED. Grayscale: #636363. Windows color (decimal): -6400750 or 1201566. OLE color: 1201566.

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

Color convert

RGB 158 85 18 -
CMYK 0 0.46 0.89 0.38
HSL 28.71º 0.8% 0.35% -
HSV(B) 28.71º 0.89% 0.62% -
XYZ 17.46 13.81 2.32 -
YUV 99.19 82.18 169.95 -
System Red Green Blue C M Y K H S L
Decimal 158 85 18 0 0.46 0.89 0.38 28.71 0.8 0.35
Hex 9E 55 12 0 2E 59 26 1D 50 23
Octal 236 125 22 0 56 131 46 35 120 43
Binary 10011110 1010101 10010 0 101110 1011001 100110 11101 1010000 100011

Color Harmonies of #9E5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5512

Black with #9E5512

Text Example


Text Example

White with #9E5512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,85,18); }

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

background-color css

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

 a { background-color: rgb(158,85,18); }

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

border-color css

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

 span { border-color: rgb(158,85,18); }

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