#84553F

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

Shades of Ironstone #84553F

Tints of Ironstone #84553F

Color information

#84553F (or 0x84553F) is unknown color: approx Ironstone. HEX triplet: 84, 55 and 3F. RGB value is (132,85,63). Sum of RGB (Red+Green+Blue) = 132+85+63=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #84553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84553F is #7BAAC0. Grayscale: #606060. Windows color (decimal): -8104641 or 4150660. OLE color: 4150660.

HSL color Cylindrical-coordinate representation of color #84553F: hue angle of 19.13º 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 #84553F is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1328563-
CMYK00.360.520.48
HSL19.13º35.38%38.24%-
HSV(B)19.13º52.27%51.76%-
XYZ13.6611.766.25-
YUV96.54109.07153.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 63 (25% from 255) = 22.5%
R=47.14%
G=30.36%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132856300.360.520.4819.1335.3838.24
Hex84553F0243430132326
Octal204125770446460234346
Binary100001001010101111111010010011010011000010011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84553F; }

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

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

<style>
 a { background-color: #84553F; }

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

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

<style>
 span { border-color: #84553F; }

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

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