#84503E

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

Shades of Ironstone #84503E

Tints of Ironstone #84503E

Color information

#84503E (or 0x84503E) is unknown color: approx Ironstone. HEX triplet: 84, 50 and 3E. RGB value is (132,80,62). Sum of RGB (Red+Green+Blue) = 132+80+62=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84503E is #7BAFC1. Grayscale: #5D5D5D. Windows color (decimal): -8105922 or 4083844. OLE color: 4083844.

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

Color convert

RGB1328062-
CMYK00.390.530.48
HSL15.43º36.08%38.04%-
HSV(B)15.43º53.03%51.76%-
XYZ13.2510.995.98-
YUV93.5110.23155.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=48.18%
G=29.20%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132806200.390.530.4815.4336.0838.04
Hex84503E0273530f2426
Octal204120760476560174446
Binary10000100101000011111001001111101011100001111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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