#845244

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

Shades of Ironstone #845244

Tints of Ironstone #845244

Color information

#845244 (or 0x845244) is unknown color: approx Ironstone. HEX triplet: 84, 52 and 44. RGB value is (132,82,68). Sum of RGB (Red+Green+Blue) = 132+82+68=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #845244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845244 is #7BADBB. Grayscale: #5F5F5F. Windows color (decimal): -8105404 or 4477572. OLE color: 4477572.

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

Color convert

RGB1328268-
CMYK00.380.480.48
HSL13.13º32%39.22%-
HSV(B)13.13º48.48%51.76%-
XYZ13.5811.366.95-
YUV95.35112.56154.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 68 (26.95% from 255) = 24.11%
R=46.81%
G=29.08%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132826800.380.480.4813.133239.22
Hex8452440263030d2027
Octal2041221040466060154047
Binary100001001010010100010001001101100001100001101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845244; }

 p { color: rgb(132,82,68); }

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

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

 a { background-color: rgb(132,82,68); }

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

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

 span { border-color: rgb(132,82,68); }

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