Html Css Color HEX #9E5702 Golden Brown

📋 copy color: '#9E5702'

red 158 ◦ green 87 ◦ blue 2

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

Shades of Golden Brown #9E5702

Tints of Golden Brown #9E5702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.22%

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

R = 63.97%
G = 35.22%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9E5702 (or 0x9E5702) is known color: Golden Brown. HEX triplet: 9E, 57 and 02. RGB value is (158,87,2). Sum of RGB (Red+Green+Blue) = 158+87+2=247 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.97% from 247); Green value is 87 (34.38% from 255 or 35.22% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E5702 is #61A8FD. Grayscale: #626262. Windows color (decimal): -6400254 or 153502. OLE color: 153502.

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

Color convert

RGB 158 87 2 -
CMYK 0 0.45 0.99 0.38
HSL 32.69º 0.98% 0.31% -
HSV(B) 32.69º 0.99% 0.62% -
XYZ 17.52 14.09 1.85 -
YUV 98.54 73.52 170.41 -
System Red Green Blue C M Y K H S L
Decimal 158 87 2 0 0.45 0.99 0.38 32.69 0.98 0.31
Hex 9E 57 2 0 2D 63 26 21 62 1F
Octal 236 127 2 0 55 143 46 41 142 37
Binary 10011110 1010111 10 0 101101 1100011 100110 100001 1100010 11111

Color Harmonies of #9E5702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5702

Black with #9E5702

Text Example


Text Example

White with #9E5702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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