Html Css Color HEX #9E5801 Golden Brown

📋 copy color: '#9E5801'

red 158 ◦ green 88 ◦ blue 1

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

Shades of Golden Brown #9E5801

Tints of Golden Brown #9E5801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 63.97%
G = 35.63%
B = 0.4%

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

#9E5801 (or 0x9E5801) is known color: Golden Brown. HEX triplet: 9E, 58 and 01. RGB value is (158,88,1). Sum of RGB (Red+Green+Blue) = 158+88+1=247 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.97% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5801 is #61A7FE. Grayscale: #636363. Windows color (decimal): -6399999 or 88222. OLE color: 88222.

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

Color convert

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

Color Harmonies of #9E5801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5801

Black with #9E5801

Text Example


Text Example

White with #9E5801

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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