#845242

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

Shades of Ironstone #845242

Tints of Ironstone #845242

Color information

#845242 (or 0x845242) is unknown color: approx Ironstone. HEX triplet: 84, 52 and 42. RGB value is (132,82,66). Sum of RGB (Red+Green+Blue) = 132+82+66=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #845242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845242 is #7BADBD. Grayscale: #5F5F5F. Windows color (decimal): -8105406 or 4346500. OLE color: 4346500.

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

Color convert

RGB1328266-
CMYK00.380.50.48
HSL14.55º33.33%38.82%-
HSV(B)14.55º50%51.76%-
XYZ13.5211.336.63-
YUV95.13111.56154.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 82 (32.42% from 255) = 29.29%
BLUE value IS 66 (26.17% from 255) = 23.57%
R=47.14%
G=29.29%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132826600.380.50.4814.5533.3338.82
Hex8452420263230f2127
Octal2041221020466260174147
Binary100001001010010100001001001101100101100001111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845242; }

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

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

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

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

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

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

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

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