#994A13

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

Shades of Saddle Brown #994A13

Tints of Saddle Brown #994A13

Color information

#994A13 (or 0x994A13) is unknown color: approx Saddle Brown. HEX triplet: 99, 4A and 13. RGB value is (153,74,19). Sum of RGB (Red+Green+Blue) = 153+74+19=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #994A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994A13 is #66B5EC. Grayscale: #5B5B5B. Windows color (decimal): -6731245 or 1264281. OLE color: 1264281.

HSL color Cylindrical-coordinate representation of color #994A13: hue angle of 24.63º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #994A13 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB1537419-
CMYK00.520.880.4
HSL24.63º77.91%33.73%-
HSV(B)24.63º87.58%60%-
XYZ15.711.722.05-
YUV91.3587.17171.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.20%
GREEN value IS 74 (29.30% from 255) = 30.08%
BLUE value IS 19 (7.81% from 255) = 7.72%
R=62.20%
G=30.08%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153741900.520.880.424.6377.9133.73
Hex994A130345828194e22
Octal23111223064130503111642
Binary1001100110010101001101101001011000101000110011001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994A13; }

 p { color: rgb(153,74,19); }

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

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

 a { background-color: rgb(153,74,19); }

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

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

 span { border-color: rgb(153,74,19); }

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