#815240

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

Shades of Ironstone #815240

Tints of Ironstone #815240

Color information

#815240 (or 0x815240) is unknown color: approx Ironstone. HEX triplet: 81, 52 and 40. RGB value is (129,82,64). Sum of RGB (Red+Green+Blue) = 129+82+64=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 129 - color contains mainly: red. Hex color #815240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815240 is #7EADBF. Grayscale: #5E5E5E. Windows color (decimal): -8302016 or 4215425. OLE color: 4215425.

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

Color convert

RGB1298264-
CMYK00.360.500.49
HSL16.62º33.68%37.84%-
HSV(B)16.62º50.39%50.59%-
XYZ1311.076.3-
YUV94111.07152.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.91%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 64 (25.39% from 255) = 23.27%
R=46.91%
G=29.82%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129826400.360.500.4916.6233.6837.84
Hex8152400243231112226
Octal2011221000446261214246
Binary1000000110100101000000010010011001011000110001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815240; }

 p { color: rgb(129,82,64); }

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

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

 a { background-color: rgb(129,82,64); }

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

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

 span { border-color: rgb(129,82,64); }

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