#845248

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

Shades of Ironstone #845248

Tints of Ironstone #845248

Color information

#845248 (or 0x845248) is unknown color: approx Ironstone. HEX triplet: 84, 52 and 48. RGB value is (132,82,72). Sum of RGB (Red+Green+Blue) = 132+82+72=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #845248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845248 is #7BADB7. Grayscale: #5F5F5F. Windows color (decimal): -8105400 or 4739716. OLE color: 4739716.

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

Color convert

RGB1328272-
CMYK00.380.450.48
HSL10º29.41%40%-
HSV(B)10º45.45%51.76%-
XYZ13.711.417.61-
YUV95.81114.56153.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.15%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=46.15%
G=28.67%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132827200.380.450.481029.4140
Hex8452480262D30a1d28
Octal2041221100465560123550
Binary10000100101001010010000100110101101110000101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845248; }

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

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

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

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

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

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

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

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