#993D15

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

Shades of Saddle Brown #993D15

Tints of Saddle Brown #993D15

Color information

#993D15 (or 0x993D15) is unknown color: approx Saddle Brown. HEX triplet: 99, 3D and 15. RGB value is (153,61,21). Sum of RGB (Red+Green+Blue) = 153+61+21=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #993D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D15 is #66C2EA. Grayscale: #545454. Windows color (decimal): -6734571 or 1392025. OLE color: 1392025.

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

Color convert

RGB1536121-
CMYK00.600.860.4
HSL18.18º75.86%34.12%-
HSV(B)18.18º86.27%60%-
XYZ14.9410.161.88-
YUV83.9592.48177.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.11%
GREEN value IS 61 (24.22% from 255) = 25.96%
BLUE value IS 21 (8.59% from 255) = 8.94%
R=65.11%
G=25.96%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153612100.600.860.418.1875.8634.12
Hex993D1503C5628124c22
Octal2317525074126502211442
Binary100110011111011010101111001010110101000100101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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