#84564A

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

Shades of Ironstone #84564A

Tints of Ironstone #84564A

Color information

#84564A (or 0x84564A) is unknown color: approx Ironstone. HEX triplet: 84, 56 and 4A. RGB value is (132,86,74). Sum of RGB (Red+Green+Blue) = 132+86+74=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 132 - color contains mainly: red. Hex color #84564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84564A is #7BA9B5. Grayscale: #626262. Windows color (decimal): -8104374 or 4871812. OLE color: 4871812.

HSL color Cylindrical-coordinate representation of color #84564A: hue angle of 12.41º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84564A is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1328674-
CMYK00.350.440.48
HSL12.41º28.16%40.39%-
HSV(B)12.41º43.94%51.76%-
XYZ14.0812.068.06-
YUV98.39114.24151.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.21%
GREEN value IS 86 (33.98% from 255) = 29.45%
BLUE value IS 74 (29.30% from 255) = 25.34%
R=45.21%
G=29.45%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132867400.350.440.4812.4128.1640.39
Hex84564A0232C30c1c28
Octal2041261120435460143450
Binary10000100101011010010100100011101100110000110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84564A; }

 p { color: rgb(132,86,74); }

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

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

 a { background-color: rgb(132,86,74); }

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

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

 span { border-color: rgb(132,86,74); }

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