#845442

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

Shades of Ironstone #845442

Tints of Ironstone #845442

Color information

#845442 (or 0x845442) is unknown color: approx Ironstone. HEX triplet: 84, 54 and 42. RGB value is (132,84,66). Sum of RGB (Red+Green+Blue) = 132+84+66=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #845442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845442 is #7BABBD. Grayscale: #606060. Windows color (decimal): -8104894 or 4347012. OLE color: 4347012.

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

Color convert

RGB1328466-
CMYK00.360.50.48
HSL16.36º33.33%38.82%-
HSV(B)16.36º50%51.76%-
XYZ13.6711.646.68-
YUV96.3110.9153.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 84 (33.20% from 255) = 29.79%
BLUE value IS 66 (26.17% from 255) = 23.40%
R=46.81%
G=29.79%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132846600.360.50.4816.3633.3338.82
Hex8454420243230102127
Octal2041241020446260204147
Binary1000010010101001000010010010011001011000010000100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845442; }

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

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

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

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

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

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

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

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