#994118

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

Shades of Saddle Brown #994118

Tints of Saddle Brown #994118

Color information

#994118 (or 0x994118) is unknown color: approx Saddle Brown. HEX triplet: 99, 41 and 18. RGB value is (153,65,24). Sum of RGB (Red+Green+Blue) = 153+65+24=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #994118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994118 is #66BEE7. Grayscale: #565656. Windows color (decimal): -6733544 or 1589657. OLE color: 1589657.

HSL color Cylindrical-coordinate representation of color #994118: hue angle of 19.07º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #994118 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB1536524-
CMYK00.580.840.4
HSL19.07º72.88%34.71%-
HSV(B)19.07º84.31%60%-
XYZ15.1910.622.11-
YUV86.6492.65175.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.22%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 24 (9.77% from 255) = 9.92%
R=63.22%
G=26.86%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153652400.580.840.419.0772.8834.71
Hex99411803A5428134923
Octal23110130072124502311143
Binary1001100110000011100001110101010100101000100111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994118; }

 p { color: rgb(153,65,24); }

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

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

 a { background-color: rgb(153,65,24); }

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

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

 span { border-color: rgb(153,65,24); }

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