#994409

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

Shades of Saddle Brown #994409

Tints of Saddle Brown #994409

Color information

#994409 (or 0x994409) is unknown color: approx Saddle Brown. HEX triplet: 99, 44 and 09. RGB value is (153,68,9). Sum of RGB (Red+Green+Blue) = 153+68+9=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #994409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994409 is #66BBF6. Grayscale: #575757. Windows color (decimal): -6732791 or 607385. OLE color: 607385.

HSL color Cylindrical-coordinate representation of color #994409: hue angle of 24.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #994409 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.4.

Color convert

RGB153689-
CMYK00.560.940.4
HSL24.58º88.89%31.76%-
HSV(B)24.58º94.12%60%-
XYZ15.2510.931.56-
YUV86.6984.16175.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 66.52%
GREEN value IS 68 (26.95% from 255) = 29.57%
BLUE value IS 9 (3.91% from 255) = 3.91%
R=66.52%
G=29.57%
B=3.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15368900.560.940.424.5888.8931.76
Hex994490385E28195920
Octal23110411070136503113140
Binary100110011000100100101110001011110101000110011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994409; }

 p { color: rgb(153,68,9); }

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

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

 a { background-color: rgb(153,68,9); }

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

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

 span { border-color: rgb(153,68,9); }

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