#994A12

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

Shades of Saddle Brown #994A12

Tints of Saddle Brown #994A12

Color information

#994A12 (or 0x994A12) is unknown color: approx Saddle Brown. HEX triplet: 99, 4A and 12. RGB value is (153,74,18). Sum of RGB (Red+Green+Blue) = 153+74+18=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #994A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994A12 is #66B5ED. Grayscale: #5B5B5B. Windows color (decimal): -6731246 or 1198745. OLE color: 1198745.

HSL color Cylindrical-coordinate representation of color #994A12: hue angle of 24.89º degrees, saturation: 0.79, 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 #994A12 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB1537418-
CMYK00.520.880.4
HSL24.89º78.95%33.53%-
HSV(B)24.89º88.24%60%-
XYZ15.6911.712.01-
YUV91.2486.67172.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.45%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=62.45%
G=30.20%
B=7.35%

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
Decimal153741800.520.880.424.8978.9533.53
Hex994A120345828194f22
Octal23111222064130503111742
Binary1001100110010101001001101001011000101000110011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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