#815241

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

Shades of Ironstone #815241

Tints of Ironstone #815241

Color information

#815241 (or 0x815241) is unknown color: approx Ironstone. HEX triplet: 81, 52 and 41. RGB value is (129,82,65). Sum of RGB (Red+Green+Blue) = 129+82+65=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #815241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815241 is #7EADBE. Grayscale: #5E5E5E. Windows color (decimal): -8302015 or 4280961. OLE color: 4280961.

HSL color Cylindrical-coordinate representation of color #815241: hue angle of 15.94º degrees, saturation: 0.33, 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 #815241 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1298265-
CMYK00.360.500.49
HSL15.94º32.99%38.04%-
HSV(B)15.94º49.61%50.59%-
XYZ13.0211.086.45-
YUV94.12111.57152.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 65 (25.78% from 255) = 23.55%
R=46.74%
G=29.71%
B=23.55%

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
Decimal129826500.360.500.4915.9432.9938.04
Hex8152410243231102126
Octal2011221010446261204146
Binary1000000110100101000001010010011001011000110000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815241; }

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

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

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

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

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

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

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

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