#944511

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

Shades of Saddle Brown #944511

Tints of Saddle Brown #944511

Color information

#944511 (or 0x944511) is unknown color: approx Saddle Brown. HEX triplet: 94, 45 and 11. RGB value is (148,69,17). Sum of RGB (Red+Green+Blue) = 148+69+17=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #944511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944511 is #6BBAEE. Grayscale: #565656. Windows color (decimal): -7060207 or 1131924. OLE color: 1131924.

HSL color Cylindrical-coordinate representation of color #944511: hue angle of 23.82º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #944511 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1486917-
CMYK00.530.890.42
HSL23.82º79.39%32.35%-
HSV(B)23.82º88.51%58.04%-
XYZ14.4410.591.81-
YUV86.6988.67171.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 63.25%
GREEN value IS 69 (27.34% from 255) = 29.49%
BLUE value IS 17 (7.03% from 255) = 7.26%
R=63.25%
G=29.49%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148691700.530.890.4223.8279.3932.35
Hex944511035592A184f20
Octal22410521065131523011740
Binary1001010010001011000101101011011001101010110001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944511; }

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

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

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

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

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

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

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

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