#82544A

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

Shades of Ironstone #82544A

Tints of Ironstone #82544A

Color information

#82544A (or 0x82544A) is unknown color: approx Ironstone. HEX triplet: 82, 54 and 4A. RGB value is (130,84,74). Sum of RGB (Red+Green+Blue) = 130+84+74=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #82544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82544A is #7DABB5. Grayscale: #606060. Windows color (decimal): -8235958 or 4871298. OLE color: 4871298.

HSL color Cylindrical-coordinate representation of color #82544A: hue angle of 10.71º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82544A is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1308474-
CMYK00.350.430.49
HSL10.71º27.45%40%-
HSV(B)10.71º43.08%50.98%-
XYZ13.6111.588-
YUV96.61115.24151.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.14%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=45.14%
G=29.17%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130847400.350.430.4910.7127.4540
Hex82544A0232B31b1b28
Octal2021241120435361133350
Binary10000010101010010010100100011101011110001101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82544A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82544A; }

 p { color: rgb(130,84,74); }

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

<style>
 a { background-color: #82544A; }

 a { background-color: rgb(130,84,74); }

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

<style>
 span { border-color: #82544A; }

 span { border-color: rgb(130,84,74); }

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