Html Css Color HEX #9E4E10 Saddle Brown

📋 copy color: '#9E4E10'

red 158 ◦ green 78 ◦ blue 16

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

Shades of Saddle Brown #9E4E10

Tints of Saddle Brown #9E4E10

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.95%

 BLUE value IS 16 (6.64% from 255) = 6.35%

R = 62.7%
G = 30.95%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9E4E10 (or 0x9E4E10) is known color: Saddle Brown. HEX triplet: 9E, 4E and 10. RGB value is (158,78,16). Sum of RGB (Red+Green+Blue) = 158+78+16=252 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.70% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E4E10 is #61B1EF. Grayscale: #5F5F5F. Windows color (decimal): -6402544 or 1068702. OLE color: 1068702.

HSL color Cylindrical-coordinate representation of color #9E4E10: hue angle of 26.2º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9E4E10 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 78 16 -
CMYK 0 0.51 0.90 0.38
HSL 26.2º 0.82% 0.34% -
HSV(B) 26.2º 0.9% 0.62% -
XYZ 16.92 12.76 2.06 -
YUV 94.85 83.5 173.04 -
System Red Green Blue C M Y K H S L
Decimal 158 78 16 0 0.51 0.90 0.38 26.2 0.82 0.34
Hex 9E 4E 10 0 33 5A 26 1A 52 22
Octal 236 116 20 0 63 132 46 32 122 42
Binary 10011110 1001110 10000 0 110011 1011010 100110 11010 1010010 100010

Color Harmonies of #9E4E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4E10

Black with #9E4E10

Text Example


Text Example

White with #9E4E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,78,16); }

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

background-color css

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

 a { background-color: rgb(158,78,16); }

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

border-color css

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

 span { border-color: rgb(158,78,16); }

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