#954018

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

Shades of Saddle Brown #954018

Tints of Saddle Brown #954018

Color information

#954018 (or 0x954018) is unknown color: approx Saddle Brown. HEX triplet: 95, 40 and 18. RGB value is (149,64,24). Sum of RGB (Red+Green+Blue) = 149+64+24=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #954018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954018 is #6ABFE7. Grayscale: #555555. Windows color (decimal): -6995944 or 1589397. OLE color: 1589397.

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

Color convert

RGB1496424-
CMYK00.570.840.42
HSL19.2º72.25%33.92%-
HSV(B)19.2º83.89%58.43%-
XYZ14.3910.122.06-
YUV84.8693.66173.75-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.87%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 24 (9.77% from 255) = 10.13%
R=62.87%
G=27.00%
B=10.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149642400.570.840.4219.272.2533.92
Hex954018039542A134822
Octal22510030071124522311042
Binary1001010110000001100001110011010100101010100111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954018; }

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

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

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

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

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

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

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

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