#9e380a

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

Shades of Saddle Brown #9E380A

Tints of Saddle Brown #9E380A

Color information

#9E380A (or 0x9E380A) is unknown color: approx Saddle Brown. HEX triplet: 9E, 38 and 0A. RGB value is (158,56,10). Sum of RGB (Red+Green+Blue) = 158+56+10=224 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.54% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 10 (4.30% from 255 or 4.46% from 224); Max value from RGB is 158 - color contains mainly: red. Hex color #9E380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E380A is #61C7F5. Grayscale: #515151. Windows color (decimal): -6408182 or 669854. OLE color: 669854.

HSL color Cylindrical-coordinate representation of color #9E380A: hue angle of 18.65º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E380A is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB1585610-
CMYK00.650.940.38
HSL18.65º88.1%32.94%-
HSV(B)18.65º93.67%61.96%-
XYZ15.5710.121.42-
YUV81.2587.79182.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 70.54%
GREEN value IS 56 (22.27% from 255) = 25%
BLUE value IS 10 (4.30% from 255) = 4.46%
R=70.54%
G=25%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158561000.650.940.3818.6588.132.94
Hex9E38A0415E26135821
Octal23670120101136462313041
Binary100111101110001010010000011011110100110100111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e380a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,56,10); }

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

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

 a { background-color: rgb(158,56,10); }

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

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

 span { border-color: rgb(158,56,10); }

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