#9E3A0D

Color #9E3A0D Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #9E3A0D

Tints of Saddle Brown #9E3A0D

Color information

#9E3A0D (or 0x9E3A0D) is unknown color: approx Saddle Brown. HEX triplet: 9E, 3A and 0D. RGB value is (158,58,13). Sum of RGB (Red+Green+Blue) = 158+58+13=229 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.00% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3A0D is #61C5F2. Grayscale: #535353. Windows color (decimal): -6407667 or 866974. OLE color: 866974.

HSL color Cylindrical-coordinate representation of color #9E3A0D: hue angle of 18.62º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E3A0D is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB1585813-
CMYK00.630.920.38
HSL18.62º84.8%33.53%-
HSV(B)18.62º91.77%61.96%-
XYZ15.6910.321.55-
YUV82.7788.63181.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 69.00%
GREEN value IS 58 (23.05% from 255) = 25.33%
BLUE value IS 13 (5.47% from 255) = 5.68%
R=69.00%
G=25.33%
B=5.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158581300.630.920.3818.6284.833.53
Hex9E3AD03F5C26135522
Octal2367215077134462312542
Binary10011110111010110101111111011100100110100111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,58,13); }

 H1.HeaderClassName
 {
   color: #9E3A0D;
 }
 .AnyTagClassName
 {
   color: #9E3A0D;
 }
</style>
background-color css

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

 a { background-color: rgb(158,58,13); }

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

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

 span { border-color: rgb(158,58,13); }

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