#84503C

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

Shades of Ironstone #84503C

Tints of Ironstone #84503C

Color information

#84503C (or 0x84503C) is unknown color: approx Ironstone. HEX triplet: 84, 50 and 3C. RGB value is (132,80,60). Sum of RGB (Red+Green+Blue) = 132+80+60=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #84503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84503C is #7BAFC3. Grayscale: #5D5D5D. Windows color (decimal): -8105924 or 3952772. OLE color: 3952772.

HSL color Cylindrical-coordinate representation of color #84503C: hue angle of 16.67º 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 #84503C is Cyan = 0, Magento = 0.39, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB1328060-
CMYK00.390.550.48
HSL16.67º37.5%37.65%-
HSV(B)16.67º54.55%51.76%-
XYZ13.210.975.7-
YUV93.27109.23155.63-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.53%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 60 (23.83% from 255) = 22.06%
R=48.53%
G=29.41%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132806000.390.550.4816.6737.537.65
Hex84503C0273730112626
Octal204120740476760214646
Binary100001001010000111100010011111011111000010001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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