#994911

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

Shades of Saddle Brown #994911

Tints of Saddle Brown #994911

Color information

#994911 (or 0x994911) is unknown color: approx Saddle Brown. HEX triplet: 99, 49 and 11. RGB value is (153,73,17). Sum of RGB (Red+Green+Blue) = 153+73+17=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #994911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994911 is #66B6EE. Grayscale: #5A5A5A. Windows color (decimal): -6731503 or 1132953. OLE color: 1132953.

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

Color convert

RGB1537317-
CMYK00.520.890.4
HSL24.71º80%33.33%-
HSV(B)24.71º88.89%60%-
XYZ15.6211.581.94-
YUV90.5486.5172.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.96%
GREEN value IS 73 (28.91% from 255) = 30.04%
BLUE value IS 17 (7.03% from 255) = 7.00%
R=62.96%
G=30.04%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153731700.520.890.424.718033.33
Hex9949110345928195021
Octal23111121064131503112041
Binary1001100110010011000101101001011001101000110011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994911; }

 p { color: rgb(153,73,17); }

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

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

 a { background-color: rgb(153,73,17); }

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

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

 span { border-color: rgb(153,73,17); }

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