#953511

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

Shades of Saddle Brown #953511

Tints of Saddle Brown #953511

Color information

#953511 (or 0x953511) is unknown color: approx Saddle Brown. HEX triplet: 95, 35 and 11. RGB value is (149,53,17). Sum of RGB (Red+Green+Blue) = 149+53+17=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #953511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953511 is #6ACAEE. Grayscale: #4D4D4D. Windows color (decimal): -6998767 or 1127829. OLE color: 1127829.

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

Color convert

RGB1495317-
CMYK00.640.890.42
HSL16.36º79.52%32.55%-
HSV(B)16.36º88.59%58.43%-
XYZ13.778.981.54-
YUV77.693.8178.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.04%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 17 (7.03% from 255) = 7.76%
R=68.04%
G=24.20%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149531700.640.890.4216.3679.5232.55
Hex953511040592A105021
Octal22565210100131522012041
Binary1001010111010110001010000001011001101010100001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953511; }

 p { color: rgb(149,53,17); }

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

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

 a { background-color: rgb(149,53,17); }

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

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

 span { border-color: rgb(149,53,17); }

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