#994418

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

Shades of Saddle Brown #994418

Tints of Saddle Brown #994418

Color information

#994418 (or 0x994418) is unknown color: approx Saddle Brown. HEX triplet: 99, 44 and 18. RGB value is (153,68,24). Sum of RGB (Red+Green+Blue) = 153+68+24=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #994418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994418 is #66BBE7. Grayscale: #585858. Windows color (decimal): -6732776 or 1590425. OLE color: 1590425.

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

Color convert

RGB1536824-
CMYK00.560.840.4
HSL20.47º72.88%34.71%-
HSV(B)20.47º84.31%60%-
XYZ15.3710.972.17-
YUV88.491.66174.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.45%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 24 (9.77% from 255) = 9.80%
R=62.45%
G=27.76%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153682400.560.840.420.4772.8834.71
Hex9944180385428144923
Octal23110430070124502411143
Binary1001100110001001100001110001010100101000101001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994418; }

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

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

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

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

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

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

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

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