#844011

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

Shades of Saddle Brown #844011

Tints of Saddle Brown #844011

Color information

#844011 (or 0x844011) is unknown color: approx Saddle Brown. HEX triplet: 84, 40 and 11. RGB value is (132,64,17). Sum of RGB (Red+Green+Blue) = 132+64+17=213 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.97% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 132 - color contains mainly: red. Hex color #844011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844011 is #7BBFEE. Grayscale: #4F4F4F. Windows color (decimal): -8110063 or 1130628. OLE color: 1130628.

HSL color Cylindrical-coordinate representation of color #844011: hue angle of 24.52º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #844011 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB1326417-
CMYK00.520.870.48
HSL24.52º77.18%29.22%-
HSV(B)24.52º87.12%51.76%-
XYZ11.458.611.59-
YUV78.9793.03165.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 61.97%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 17 (7.03% from 255) = 7.98%
R=61.97%
G=30.05%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132641700.520.870.4824.5277.1829.22
Hex8440110345730194d1d
Octal20410021064127603111535
Binary100001001000000100010110100101011111000011001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844011; }

 p { color: rgb(132,64,17); }

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

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

 a { background-color: rgb(132,64,17); }

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

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

 span { border-color: rgb(132,64,17); }

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