#825140

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

Shades of Ironstone #825140

Tints of Ironstone #825140

Color information

#825140 (or 0x825140) is unknown color: approx Ironstone. HEX triplet: 82, 51 and 40. RGB value is (130,81,64). Sum of RGB (Red+Green+Blue) = 130+81+64=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #825140 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825140 is #7DAEBF. Grayscale: #5D5D5D. Windows color (decimal): -8236736 or 4215170. OLE color: 4215170.

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

Color convert

RGB1308164-
CMYK00.380.510.49
HSL15.45º34.02%38.04%-
HSV(B)15.45º50.77%50.98%-
XYZ13.07116.28-
YUV93.71111.23153.88-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 81 (32.03% from 255) = 29.45%
BLUE value IS 64 (25.39% from 255) = 23.27%
R=47.27%
G=29.45%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130816400.380.510.4915.4534.0238.04
Hex8251400263331f2226
Octal2021211000466361174246
Binary100000101010001100000001001101100111100011111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825140; }

 p { color: rgb(130,81,64); }

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

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

 a { background-color: rgb(130,81,64); }

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

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

 span { border-color: rgb(130,81,64); }

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