#84523f

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

Shades of Ironstone #84523F

Tints of Ironstone #84523F

Color information

#84523F (or 0x84523F) is unknown color: approx Ironstone. HEX triplet: 84, 52 and 3F. RGB value is (132,82,63). Sum of RGB (Red+Green+Blue) = 132+82+63=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84523F is #7BADC0. Grayscale: #5E5E5E. Windows color (decimal): -8105409 or 4149892. OLE color: 4149892.

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

Color convert

RGB1328263-
CMYK00.380.520.48
HSL16.52º35.38%38.24%-
HSV(B)16.52º52.27%51.76%-
XYZ13.4311.36.18-
YUV94.78110.06154.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 63 (25% from 255) = 22.74%
R=47.65%
G=29.60%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132826300.380.520.4816.5235.3838.24
Hex84523F0263430112326
Octal204122770466460214346
Binary100001001010010111111010011011010011000010001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84523f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84523f; }

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

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

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

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

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

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

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

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