Html Css Color HEX #9E5602 Golden Brown

📋 copy color: '#9E5602'

red 158 ◦ green 86 ◦ blue 2

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

Shades of Golden Brown #9E5602

Tints of Golden Brown #9E5602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.96%

 BLUE value IS 2 (1.17% from 255) = 0.81%

R = 64.23%
G = 34.96%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9E5602 (or 0x9E5602) is known color: Golden Brown. HEX triplet: 9E, 56 and 02. RGB value is (158,86,2). Sum of RGB (Red+Green+Blue) = 158+86+2=246 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.23% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5602 is #61A9FD. Grayscale: #626262. Windows color (decimal): -6400510 or 153246. OLE color: 153246.

HSL color Cylindrical-coordinate representation of color #9E5602: hue angle of 32.31º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E5602 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 86 2 -
CMYK 0 0.46 0.99 0.38
HSL 32.31º 0.98% 0.31% -
HSV(B) 32.31º 0.99% 0.62% -
XYZ 17.44 13.93 1.83 -
YUV 97.95 73.85 170.83 -
System Red Green Blue C M Y K H S L
Decimal 158 86 2 0 0.46 0.99 0.38 32.31 0.98 0.31
Hex 9E 56 2 0 2E 63 26 20 62 1F
Octal 236 126 2 0 56 143 46 40 142 37
Binary 10011110 1010110 10 0 101110 1100011 100110 100000 1100010 11111

Color Harmonies of #9E5602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5602

Black with #9E5602

Text Example


Text Example

White with #9E5602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,86,2); }

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

background-color css

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

 a { background-color: rgb(158,86,2); }

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

border-color css

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

 span { border-color: rgb(158,86,2); }

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