#9C3E13

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

Shades of Saddle Brown #9C3E13

Tints of Saddle Brown #9C3E13

Color information

#9C3E13 (or 0x9C3E13) is unknown color: approx Saddle Brown. HEX triplet: 9C, 3E and 13. RGB value is (156,62,19). Sum of RGB (Red+Green+Blue) = 156+62+19=237 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.82% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3E13 is #63C1EC. Grayscale: #555555. Windows color (decimal): -6537709 or 1261212. OLE color: 1261212.

HSL color Cylindrical-coordinate representation of color #9C3E13: hue angle of 18.83º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C3E13 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB1566219-
CMYK00.600.880.39
HSL18.83º78.29%34.31%-
HSV(B)18.83º87.82%61.18%-
XYZ15.5510.561.83-
YUV85.290.64178.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 65.82%
GREEN value IS 62 (24.61% from 255) = 26.16%
BLUE value IS 19 (7.81% from 255) = 8.02%
R=65.82%
G=26.16%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156621900.600.880.3918.8378.2934.31
Hex9C3E1303C5827134e22
Octal2347623074130472311642
Binary100111001111101001101111001011000100111100111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,62,19); }

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

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

 a { background-color: rgb(156,62,19); }

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

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

 span { border-color: rgb(156,62,19); }

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