#9E3B03

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

Shades of Saddle Brown #9E3B03

Tints of Saddle Brown #9E3B03

Color information

#9E3B03 (or 0x9E3B03) is unknown color: approx Saddle Brown. HEX triplet: 9E, 3B and 03. RGB value is (158,59,3). Sum of RGB (Red+Green+Blue) = 158+59+3=220 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.82% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E3B03 is #61C4FC. Grayscale: #525252. Windows color (decimal): -6407421 or 211870. OLE color: 211870.

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

Color convert

RGB158593-
CMYK00.630.980.38
HSL21.68º96.27%31.57%-
HSV(B)21.68º98.1%61.96%-
XYZ15.6810.41.27-
YUV82.2283.3182.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 71.82%
GREEN value IS 59 (23.44% from 255) = 26.82%
BLUE value IS 3 (1.56% from 255) = 1.36%
R=71.82%
G=26.82%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15859300.630.980.3821.6896.2731.57
Hex9E3B303F6226166020
Octal236733077142462614040
Binary100111101110111101111111100010100110101101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,59,3); }

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

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

 a { background-color: rgb(158,59,3); }

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

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

 span { border-color: rgb(158,59,3); }

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