Html Css Color HEX #9E4702 Saddle Brown

📋 copy color: '#9E4702'

red 158 ◦ green 71 ◦ blue 2

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

Shades of Saddle Brown #9E4702

Tints of Saddle Brown #9E4702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.74%

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

R = 68.4%
G = 30.74%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9E4702 (or 0x9E4702) is known color: Saddle Brown. HEX triplet: 9E, 47 and 02. RGB value is (158,71,2). Sum of RGB (Red+Green+Blue) = 158+71+2=231 (30% of max value = 765). Red value is 158 (62.11% from 255 or 68.40% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4702 is #61B8FD. Grayscale: #595959. Windows color (decimal): -6404350 or 149406. OLE color: 149406.

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

Color convert

RGB 158 71 2 -
CMYK 0 0.55 0.99 0.38
HSL 26.54º 0.98% 0.31% -
HSV(B) 26.54º 0.99% 0.62% -
XYZ 16.36 11.78 1.47 -
YUV 89.15 78.82 177.11 -
System Red Green Blue C M Y K H S L
Decimal 158 71 2 0 0.55 0.99 0.38 26.54 0.98 0.31
Hex 9E 47 2 0 37 63 26 1B 62 1F
Octal 236 107 2 0 67 143 46 33 142 37
Binary 10011110 1000111 10 0 110111 1100011 100110 11011 1100010 11111

Color Harmonies of #9E4702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4702

Black with #9E4702

Text Example


Text Example

White with #9E4702

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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