#953F11

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

Shades of Saddle Brown #953F11

Tints of Saddle Brown #953F11

Color information

#953F11 (or 0x953F11) is unknown color: approx Saddle Brown. HEX triplet: 95, 3F and 11. RGB value is (149,63,17). Sum of RGB (Red+Green+Blue) = 149+63+17=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #953F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F11 is #6AC0EE. Grayscale: #535353. Windows color (decimal): -6996207 or 1130389. OLE color: 1130389.

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

Color convert

RGB1496317-
CMYK00.580.890.42
HSL20.91º79.52%32.55%-
HSV(B)20.91º88.59%58.43%-
XYZ14.279.991.71-
YUV83.4790.49174.74-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.07%
GREEN value IS 63 (25% from 255) = 27.51%
BLUE value IS 17 (7.03% from 255) = 7.42%
R=65.07%
G=27.51%
B=7.42%

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
Decimal149631700.580.890.4220.9179.5232.55
Hex953F1103A592A155021
Octal2257721072131522512041
Binary100101011111111000101110101011001101010101011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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