#954411

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

Shades of Saddle Brown #954411

Tints of Saddle Brown #954411

Color information

#954411 (or 0x954411) is unknown color: approx Saddle Brown. HEX triplet: 95, 44 and 11. RGB value is (149,68,17). Sum of RGB (Red+Green+Blue) = 149+68+17=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #954411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954411 is #6ABBEE. Grayscale: #565656. Windows color (decimal): -6994927 or 1131669. OLE color: 1131669.

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

Color convert

RGB1496817-
CMYK00.540.890.42
HSL23.18º79.52%32.55%-
HSV(B)23.18º88.59%58.43%-
XYZ14.5610.561.8-
YUV86.488.84172.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 63.68%
GREEN value IS 68 (26.95% from 255) = 29.06%
BLUE value IS 17 (7.03% from 255) = 7.26%
R=63.68%
G=29.06%
B=7.26%

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
Decimal149681700.540.890.4223.1879.5232.55
Hex954411036592A175021
Octal22510421066131522712041
Binary1001010110001001000101101101011001101010101111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954411; }

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

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

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

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

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

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

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

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