#84523C

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

Shades of Ironstone #84523C

Tints of Ironstone #84523C

Color information

#84523C (or 0x84523C) is unknown color: approx Ironstone. HEX triplet: 84, 52 and 3C. RGB value is (132,82,60). Sum of RGB (Red+Green+Blue) = 132+82+60=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84523C is #7BADC3. Grayscale: #5E5E5E. Windows color (decimal): -8105412 or 3953284. OLE color: 3953284.

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

Color convert

RGB1328260-
CMYK00.380.550.48
HSL18.33º37.5%37.65%-
HSV(B)18.33º54.55%51.76%-
XYZ13.3511.275.75-
YUV94.44108.56154.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 60 (23.83% from 255) = 21.90%
R=48.18%
G=29.93%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132826000.380.550.4818.3337.537.65
Hex84523C0263730122626
Octal204122740466760224646
Binary100001001010010111100010011011011111000010010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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