#994018

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

Shades of Saddle Brown #994018

Tints of Saddle Brown #994018

Color information

#994018 (or 0x994018) is unknown color: approx Saddle Brown. HEX triplet: 99, 40 and 18. RGB value is (153,64,24). Sum of RGB (Red+Green+Blue) = 153+64+24=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #994018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994018 is #66BFE7. Grayscale: #565656. Windows color (decimal): -6733800 or 1589401. OLE color: 1589401.

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

Color convert

RGB1536424-
CMYK00.580.840.4
HSL18.6º72.88%34.71%-
HSV(B)18.6º84.31%60%-
XYZ15.1410.512.09-
YUV86.0592.99175.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.49%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 24 (9.77% from 255) = 9.96%
R=63.49%
G=26.56%
B=9.96%

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
Decimal153642400.580.840.418.672.8834.71
Hex99401803A5428134923
Octal23110030072124502311143
Binary1001100110000001100001110101010100101000100111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #994018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #994018; }

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

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

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

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

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

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

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

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