#953E11

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

Shades of Saddle Brown #953E11

Tints of Saddle Brown #953E11

Color information

#953E11 (or 0x953E11) is unknown color: approx Saddle Brown. HEX triplet: 95, 3E and 11. RGB value is (149,62,17). Sum of RGB (Red+Green+Blue) = 149+62+17=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #953E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953E11 is #6AC1EE. Grayscale: #535353. Windows color (decimal): -6996463 or 1130133. OLE color: 1130133.

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

Color convert

RGB1496217-
CMYK00.580.890.42
HSL20.45º79.52%32.55%-
HSV(B)20.45º88.59%58.43%-
XYZ14.229.881.69-
YUV82.8890.82175.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.35%
GREEN value IS 62 (24.61% from 255) = 27.19%
BLUE value IS 17 (7.03% from 255) = 7.46%
R=65.35%
G=27.19%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149621700.580.890.4220.4579.5232.55
Hex953E1103A592A145021
Octal2257621072131522412041
Binary100101011111101000101110101011001101010101001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953E11; }

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

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

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

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

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

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

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

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