#9E390D

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

Shades of Saddle Brown #9E390D

Tints of Saddle Brown #9E390D

Color information

#9E390D (or 0x9E390D) is unknown color: approx Saddle Brown. HEX triplet: 9E, 39 and 0D. RGB value is (158,57,13). Sum of RGB (Red+Green+Blue) = 158+57+13=228 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.30% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 13 (5.47% from 255 or 5.70% from 228); Max value from RGB is 158 - color contains mainly: red. Hex color #9E390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E390D is #61C6F2. Grayscale: #525252. Windows color (decimal): -6407923 or 866718. OLE color: 866718.

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

Color convert

RGB1585713-
CMYK00.640.920.38
HSL18.21º84.8%33.53%-
HSV(B)18.21º91.77%61.96%-
XYZ15.6410.221.53-
YUV82.1888.96182.08-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 69.30%
GREEN value IS 57 (22.66% from 255) = 25%
BLUE value IS 13 (5.47% from 255) = 5.70%
R=69.30%
G=25%
B=5.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158571300.640.920.3818.2184.833.53
Hex9E39D0405C26125522
Octal23671150100134462212542
Binary100111101110011101010000001011100100110100101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E390D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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