#954218

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

Shades of Saddle Brown #954218

Tints of Saddle Brown #954218

Color information

#954218 (or 0x954218) is unknown color: approx Saddle Brown. HEX triplet: 95, 42 and 18. RGB value is (149,66,24). Sum of RGB (Red+Green+Blue) = 149+66+24=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #954218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954218 is #6ABDE7. Grayscale: #565656. Windows color (decimal): -6995432 or 1589909. OLE color: 1589909.

HSL color Cylindrical-coordinate representation of color #954218: hue angle of 20.16º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #954218 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB1496624-
CMYK00.560.840.42
HSL20.16º72.25%33.92%-
HSV(B)20.16º83.89%58.43%-
XYZ14.5110.352.1-
YUV86.0393172.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.34%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 24 (9.77% from 255) = 10.04%
R=62.34%
G=27.62%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149662400.560.840.4220.1672.2533.92
Hex954218038542A144822
Octal22510230070124522411042
Binary1001010110000101100001110001010100101010101001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954218; }

 p { color: rgb(149,66,24); }

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

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

 a { background-color: rgb(149,66,24); }

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

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

 span { border-color: rgb(149,66,24); }

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