#993D17

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

Shades of Saddle Brown #993D17

Tints of Saddle Brown #993D17

Color information

#993D17 (or 0x993D17) is unknown color: approx Saddle Brown. HEX triplet: 99, 3D and 17. RGB value is (153,61,23). Sum of RGB (Red+Green+Blue) = 153+61+23=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #993D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D17 is #66C2E8. Grayscale: #545454. Windows color (decimal): -6734569 or 1523097. OLE color: 1523097.

HSL color Cylindrical-coordinate representation of color #993D17: hue angle of 17.54º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #993D17 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.4.

Color convert

RGB1536123-
CMYK00.600.850.4
HSL17.54º73.86%34.51%-
HSV(B)17.54º84.97%60%-
XYZ14.9610.171.99-
YUV84.1893.48177.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.56%
GREEN value IS 61 (24.22% from 255) = 25.74%
BLUE value IS 23 (9.38% from 255) = 9.70%
R=64.56%
G=25.74%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153612300.600.850.417.5473.8634.51
Hex993D1703C5528124a23
Octal2317527074125502211243
Binary100110011111011011101111001010101101000100101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993D17; }

 p { color: rgb(153,61,23); }

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

<style>
 a { background-color: #993D17; }

 a { background-color: rgb(153,61,23); }

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

<style>
 span { border-color: #993D17; }

 span { border-color: rgb(153,61,23); }

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