#845448

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

Shades of Ironstone #845448

Tints of Ironstone #845448

Color information

#845448 (or 0x845448) is unknown color: approx Ironstone. HEX triplet: 84, 54 and 48. RGB value is (132,84,72). Sum of RGB (Red+Green+Blue) = 132+84+72=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #845448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845448 is #7BABB7. Grayscale: #616161. Windows color (decimal): -8104888 or 4740228. OLE color: 4740228.

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

Color convert

RGB1328472-
CMYK00.360.450.48
HSL12º29.41%40%-
HSV(B)12º45.45%51.76%-
XYZ13.8611.717.66-
YUV96.98113.9152.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.83%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 72 (28.52% from 255) = 25%
R=45.83%
G=29.17%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132847200.360.450.481229.4140
Hex8454480242D30c1d28
Octal2041241100445560143550
Binary10000100101010010010000100100101101110000110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845448; }

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

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

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

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

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

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

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

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