#954513

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

Shades of Saddle Brown #954513

Tints of Saddle Brown #954513

Color information

#954513 (or 0x954513) is unknown color: approx Saddle Brown. HEX triplet: 95, 45 and 13. RGB value is (149,69,19). Sum of RGB (Red+Green+Blue) = 149+69+19=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 19 (7.81% from 255 or 8.02% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #954513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954513 is #6ABAEC. Grayscale: #575757. Windows color (decimal): -6994669 or 1262997. OLE color: 1262997.

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

Color convert

RGB1496919-
CMYK00.540.870.42
HSL23.08º77.38%32.94%-
HSV(B)23.08º87.25%58.43%-
XYZ14.6410.691.91-
YUV87.2289.5172.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.87%
GREEN value IS 69 (27.34% from 255) = 29.11%
BLUE value IS 19 (7.81% from 255) = 8.02%
R=62.87%
G=29.11%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149691900.540.870.4223.0877.3832.94
Hex954513036572A174d21
Octal22510523066127522711541
Binary1001010110001011001101101101010111101010101111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954513; }

 p { color: rgb(149,69,19); }

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

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

 a { background-color: rgb(149,69,19); }

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

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

 span { border-color: rgb(149,69,19); }

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