#994812

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

Shades of Saddle Brown #994812

Tints of Saddle Brown #994812

Color information

#994812 (or 0x994812) is unknown color: approx Saddle Brown. HEX triplet: 99, 48 and 12. RGB value is (153,72,18). Sum of RGB (Red+Green+Blue) = 153+72+18=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #994812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994812 is #66B7ED. Grayscale: #5A5A5A. Windows color (decimal): -6731758 or 1198233. OLE color: 1198233.

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

Color convert

RGB1537218-
CMYK00.530.880.4
HSL24º78.95%33.53%-
HSV(B)24º88.24%60%-
XYZ15.5611.451.96-
YUV90.0687.34172.89-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.96%
GREEN value IS 72 (28.52% from 255) = 29.63%
BLUE value IS 18 (7.42% from 255) = 7.41%
R=62.96%
G=29.63%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153721800.530.880.42478.9533.53
Hex9948120355828184f22
Octal23111022065130503011742
Binary1001100110010001001001101011011000101000110001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994812; }

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

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

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

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

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

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

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

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