#953D11

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

Shades of Saddle Brown #953D11

Tints of Saddle Brown #953D11

Color information

#953D11 (or 0x953D11) is unknown color: approx Saddle Brown. HEX triplet: 95, 3D and 11. RGB value is (149,61,17). Sum of RGB (Red+Green+Blue) = 149+61+17=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 17 (7.03% from 255 or 7.49% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #953D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953D11 is #6AC2EE. Grayscale: #525252. Windows color (decimal): -6996719 or 1129877. OLE color: 1129877.

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

Color convert

RGB1496117-
CMYK00.590.890.42
HSL20º79.52%32.55%-
HSV(B)20º88.59%58.43%-
XYZ14.169.771.67-
YUV82.391.15175.58-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.64%
GREEN value IS 61 (24.22% from 255) = 26.87%
BLUE value IS 17 (7.03% from 255) = 7.49%
R=65.64%
G=26.87%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149611700.590.890.422079.5232.55
Hex953D1103B592A145021
Octal2257521073131522412041
Binary100101011111011000101110111011001101010101001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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