#993504

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

Shades of Saddle Brown #993504

Tints of Saddle Brown #993504

Color information

#993504 (or 0x993504) is unknown color: approx Saddle Brown. HEX triplet: 99, 35 and 04. RGB value is (153,53,4). Sum of RGB (Red+Green+Blue) = 153+53+4=210 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.86% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 4 (1.95% from 255 or 1.90% from 210); Max value from RGB is 153 - color contains mainly: red. Hex color #993504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993504 is #66CAFB. Grayscale: #4D4D4D. Windows color (decimal): -6736636 or 275865. OLE color: 275865.

HSL color Cylindrical-coordinate representation of color #993504: hue angle of 19.73º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #993504 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB153534-
CMYK00.650.970.4
HSL19.73º94.9%30.78%-
HSV(B)19.73º97.39%60%-
XYZ14.439.331.15-
YUV77.3186.63181.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 72.86%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 4 (1.95% from 255) = 1.90%
R=72.86%
G=25.24%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.97
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15353400.650.970.419.7394.930.78
Hex993540416128145f1f
Octal2316540101141502413737
Binary1001100111010110001000001110000110100010100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993504; }

 p { color: rgb(153,53,4); }

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

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

 a { background-color: rgb(153,53,4); }

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

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

 span { border-color: rgb(153,53,4); }

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