#993D14

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

Shades of Saddle Brown #993D14

Tints of Saddle Brown #993D14

Color information

#993D14 (or 0x993D14) is unknown color: approx Saddle Brown. HEX triplet: 99, 3D and 14. RGB value is (153,61,20). Sum of RGB (Red+Green+Blue) = 153+61+20=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 61 (24.22% from 255 or 26.07% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #993D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993D14 is #66C2EB. Grayscale: #545454. Windows color (decimal): -6734572 or 1326489. OLE color: 1326489.

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

Color convert

RGB1536120-
CMYK00.600.870.4
HSL18.5º76.88%33.92%-
HSV(B)18.5º86.93%60%-
XYZ14.9310.161.84-
YUV83.8391.98177.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 65.38%
GREEN value IS 61 (24.22% from 255) = 26.07%
BLUE value IS 20 (8.20% from 255) = 8.55%
R=65.38%
G=26.07%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153612000.600.870.418.576.8833.92
Hex993D1403C5728124d22
Octal2317524074127502211542
Binary100110011111011010001111001010111101000100101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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