#954012

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

Shades of Saddle Brown #954012

Tints of Saddle Brown #954012

Color information

#954012 (or 0x954012) is unknown color: approx Saddle Brown. HEX triplet: 95, 40 and 12. RGB value is (149,64,18). Sum of RGB (Red+Green+Blue) = 149+64+18=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #954012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954012 is #6ABFED. Grayscale: #545454. Windows color (decimal): -6995950 or 1196181. OLE color: 1196181.

HSL color Cylindrical-coordinate representation of color #954012: hue angle of 21.07º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #954012 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1496418-
CMYK00.570.880.42
HSL21.07º78.44%32.75%-
HSV(B)21.07º87.92%58.43%-
XYZ14.3410.11.77-
YUV84.1790.66174.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 64 (25.39% from 255) = 27.71%
BLUE value IS 18 (7.42% from 255) = 7.79%
R=64.50%
G=27.71%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149641800.570.880.4221.0778.4432.75
Hex954012039582A154e21
Octal22510022071130522511641
Binary1001010110000001001001110011011000101010101011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954012; }

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

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

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

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

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

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

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

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