#993000

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

Shades of Saddle Brown #993000

Tints of Saddle Brown #993000

Color information

#993000 (or 0x993000) is unknown color: approx Saddle Brown. HEX triplet: 99, 30 and 00. RGB value is (153,48,0). Sum of RGB (Red+Green+Blue) = 153+48+0=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #993000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #993000 is #66CFFF. Grayscale: #4A4A4A. Windows color (decimal): -6737920 or 12441. OLE color: 12441.

HSL color Cylindrical-coordinate representation of color #993000: hue angle of 18.82º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #993000 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB153480-
CMYK00.6910.4
HSL18.82º100%30%-
HSV(B)18.82º100%60%-
XYZ14.198.890.97-
YUV73.9286.29184.4-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 76.12%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.12%
G=23.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15348000.6910.418.8210030
Hex99300045642813641e
Octal2316000105144502314436
Binary10011001110000001000101110010010100010011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993000; }

 p { color: rgb(153,48,0); }

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

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

 a { background-color: rgb(153,48,0); }

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

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

 span { border-color: rgb(153,48,0); }

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