#82523E

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

Shades of Ironstone #82523E

Tints of Ironstone #82523E

Color information

#82523E (or 0x82523E) is unknown color: approx Ironstone. HEX triplet: 82, 52 and 3E. RGB value is (130,82,62). Sum of RGB (Red+Green+Blue) = 130+82+62=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82523E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82523E is #7DADC1. Grayscale: #5E5E5E. Windows color (decimal): -8236482 or 4084354. OLE color: 4084354.

HSL color Cylindrical-coordinate representation of color #82523E: hue angle of 17.65º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82523E is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1308262-
CMYK00.370.520.49
HSL17.65º35.42%37.65%-
HSV(B)17.65º52.31%50.98%-
XYZ13.0911.136.02-
YUV94.07109.9153.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=47.45%
G=29.93%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130826200.370.520.4917.6535.4237.65
Hex82523E0253431122326
Octal202122760456461224346
Binary100000101010010111110010010111010011000110010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,82,62); }

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

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

 a { background-color: rgb(130,82,62); }

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

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

 span { border-color: rgb(130,82,62); }

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