#993205

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

Shades of Saddle Brown #993205

Tints of Saddle Brown #993205

Color information

#993205 (or 0x993205) is unknown color: approx Saddle Brown. HEX triplet: 99, 32 and 05. RGB value is (153,50,5). Sum of RGB (Red+Green+Blue) = 153+50+5=208 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.56% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 153 - color contains mainly: red. Hex color #993205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993205 is #66CDFA. Grayscale: #4B4B4B. Windows color (decimal): -6737403 or 340633. OLE color: 340633.

HSL color Cylindrical-coordinate representation of color #993205: hue angle of 18.24º degrees, saturation: 0.94, 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 #993205 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB153505-
CMYK00.670.970.4
HSL18.24º93.67%30.98%-
HSV(B)18.24º96.73%60%-
XYZ14.39.061.14-
YUV75.6788.12183.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.56%
GREEN value IS 50 (19.92% from 255) = 24.04%
BLUE value IS 5 (2.34% from 255) = 2.40%
R=73.56%
G=24.04%
B=2.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15350500.670.970.418.2493.6730.98
Hex993250436128125e1f
Octal2316250103141502213637
Binary1001100111001010101000011110000110100010010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993205; }

 p { color: rgb(153,50,5); }

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

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

 a { background-color: rgb(153,50,5); }

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

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

 span { border-color: rgb(153,50,5); }

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