#954511

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

Shades of Saddle Brown #954511

Tints of Saddle Brown #954511

Color information

#954511 (or 0x954511) is unknown color: approx Saddle Brown. HEX triplet: 95, 45 and 11. RGB value is (149,69,17). Sum of RGB (Red+Green+Blue) = 149+69+17=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #954511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954511 is #6ABAEE. Grayscale: #575757. Windows color (decimal): -6994671 or 1131925. OLE color: 1131925.

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

Color convert

RGB1496917-
CMYK00.540.890.42
HSL23.64º79.52%32.55%-
HSV(B)23.64º88.59%58.43%-
XYZ14.6210.691.82-
YUV86.9988.5172.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.40%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 17 (7.03% from 255) = 7.23%
R=63.40%
G=29.36%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149691700.540.890.4223.6479.5232.55
Hex954511036592A185021
Octal22510521066131523012041
Binary1001010110001011000101101101011001101010110001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954511; }

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

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

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

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

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

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

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

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