#844611

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

Shades of Saddle Brown #844611

Tints of Saddle Brown #844611

Color information

#844611 (or 0x844611) is unknown color: approx Saddle Brown. HEX triplet: 84, 46 and 11. RGB value is (132,70,17). Sum of RGB (Red+Green+Blue) = 132+70+17=219 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60.27% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 132 - color contains mainly: red. Hex color #844611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844611 is #7BB9EE. Grayscale: #525252. Windows color (decimal): -8108527 or 1132164. OLE color: 1132164.

HSL color Cylindrical-coordinate representation of color #844611: hue angle of 27.65º 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 #844611 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.48.

Color convert

RGB1327017-
CMYK00.470.870.48
HSL27.65º77.18%29.22%-
HSV(B)27.65º87.12%51.76%-
XYZ11.819.331.71-
YUV82.591.04163.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 60.27%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 17 (7.03% from 255) = 7.76%
R=60.27%
G=31.96%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132701700.470.870.4827.6577.1829.22
Hex84461102F57301c4d1d
Octal20410621057127603411535
Binary100001001000110100010101111101011111000011100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844611; }

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

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

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

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

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

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

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

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