#953411

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

Shades of Saddle Brown #953411

Tints of Saddle Brown #953411

Color information

#953411 (or 0x953411) is unknown color: approx Saddle Brown. HEX triplet: 95, 34 and 11. RGB value is (149,52,17). Sum of RGB (Red+Green+Blue) = 149+52+17=218 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.35% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 149 - color contains mainly: red. Hex color #953411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953411 is #6ACBEE. Grayscale: #4D4D4D. Windows color (decimal): -6999023 or 1127573. OLE color: 1127573.

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

Color convert

RGB1495217-
CMYK00.650.890.42
HSL15.91º79.52%32.55%-
HSV(B)15.91º88.59%58.43%-
XYZ13.728.891.52-
YUV77.0194.14179.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 68.35%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 17 (7.03% from 255) = 7.80%
R=68.35%
G=23.85%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149521700.650.890.4215.9179.5232.55
Hex953411041592A105021
Octal22564210101131522012041
Binary1001010111010010001010000011011001101010100001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953411; }

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

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

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

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

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

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

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

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