#994000

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

Shades of Saddle Brown #994000

Tints of Saddle Brown #994000

Color information

#994000 (or 0x994000) is unknown color: approx Saddle Brown. HEX triplet: 99, 40 and 00. RGB value is (153,64,0). Sum of RGB (Red+Green+Blue) = 153+64+0=217 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.51% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 153 - color contains mainly: red. Hex color #994000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994000 is #66BFFF. Grayscale: #535353. Windows color (decimal): -6733824 or 16537. OLE color: 16537.

HSL color Cylindrical-coordinate representation of color #994000: hue angle of 25.1º 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 #994000 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB153640-
CMYK00.5810.4
HSL25.1º100%30%-
HSV(B)25.1º100%60%-
XYZ14.9710.441.23-
YUV83.3280.99177.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 70.51%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.51%
G=29.49%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15364000.5810.425.110030
Hex9940003A642819641e
Octal2311000072144503114436
Binary10011001100000000111010110010010100011001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994000; }

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

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

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

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

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

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

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

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