#845447

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

Shades of Ironstone #845447

Tints of Ironstone #845447

Color information

#845447 (or 0x845447) is unknown color: approx Ironstone. HEX triplet: 84, 54 and 47. RGB value is (132,84,71). Sum of RGB (Red+Green+Blue) = 132+84+71=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #845447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845447 is #7BABB8. Grayscale: #606060. Windows color (decimal): -8104889 or 4674692. OLE color: 4674692.

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

Color convert

RGB1328471-
CMYK00.360.460.48
HSL12.79º30.05%39.8%-
HSV(B)12.79º46.21%51.76%-
XYZ13.8211.77.49-
YUV96.87113.4153.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 71 (28.12% from 255) = 24.74%
R=45.99%
G=29.27%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132847100.360.460.4812.7930.0539.8
Hex8454470242E30d1e28
Octal2041241070445660153650
Binary10000100101010010001110100100101110110000110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845447; }

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

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

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

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

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

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

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

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