#993303

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

Shades of Saddle Brown #993303

Tints of Saddle Brown #993303

Color information

#993303 (or 0x993303) is unknown color: approx Saddle Brown. HEX triplet: 99, 33 and 03. RGB value is (153,51,3). Sum of RGB (Red+Green+Blue) = 153+51+3=207 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.91% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 153 - color contains mainly: red. Hex color #993303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993303 is #66CCFC. Grayscale: #4C4C4C. Windows color (decimal): -6737149 or 209817. OLE color: 209817.

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

Color convert

RGB153513-
CMYK00.670.980.4
HSL19.2º96.15%30.59%-
HSV(B)19.2º98.04%60%-
XYZ14.349.151.1-
YUV76.0386.79182.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 73.91%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 3 (1.56% from 255) = 1.45%
R=73.91%
G=24.64%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15351300.670.980.419.296.1530.59
Hex99333043622813601f
Octal2316330103142502314037
Binary100110011100111101000011110001010100010011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993303; }

 p { color: rgb(153,51,3); }

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

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

 a { background-color: rgb(153,51,3); }

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

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

 span { border-color: rgb(153,51,3); }

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