Html Css Color HEX #9E5802 Golden Brown

📋 copy color: '#9E5802'

red 158 ◦ green 88 ◦ blue 2

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

Shades of Golden Brown #9E5802

Tints of Golden Brown #9E5802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.48%

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

R = 63.71%
G = 35.48%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9E5802 (or 0x9E5802) is known color: Golden Brown. HEX triplet: 9E, 58 and 02. RGB value is (158,88,2). Sum of RGB (Red+Green+Blue) = 158+88+2=248 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.71% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5802 is #61A7FD. Grayscale: #636363. Windows color (decimal): -6399998 or 153758. OLE color: 153758.

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

Color convert

RGB 158 88 2 -
CMYK 0 0.44 0.99 0.38
HSL 33.08º 0.98% 0.31% -
HSV(B) 33.08º 0.99% 0.62% -
XYZ 17.6 14.25 1.88 -
YUV 99.13 73.19 169.99 -
System Red Green Blue C M Y K H S L
Decimal 158 88 2 0 0.44 0.99 0.38 33.08 0.98 0.31
Hex 9E 58 2 0 2C 63 26 21 62 1F
Octal 236 130 2 0 54 143 46 41 142 37
Binary 10011110 1011000 10 0 101100 1100011 100110 100001 1100010 11111

Color Harmonies of #9E5802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5802

Black with #9E5802

Text Example


Text Example

White with #9E5802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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