#815248

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

Shades of Ironstone #815248

Tints of Ironstone #815248

Color information

#815248 (or 0x815248) is unknown color: approx Ironstone. HEX triplet: 81, 52 and 48. RGB value is (129,82,72). Sum of RGB (Red+Green+Blue) = 129+82+72=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #815248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815248 is #7EADB7. Grayscale: #5E5E5E. Windows color (decimal): -8302008 or 4739713. OLE color: 4739713.

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

Color convert

RGB1298272-
CMYK00.360.440.49
HSL10.53º28.36%39.41%-
HSV(B)10.53º44.19%50.59%-
XYZ13.2411.177.59-
YUV94.91115.07152.31-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.58%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 72 (28.52% from 255) = 25.44%
R=45.58%
G=28.98%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129827200.360.440.4910.5328.3639.41
Hex8152480242C31b1c27
Octal2011221100445461133447
Binary10000001101001010010000100100101100110001101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815248; }

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

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

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

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

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

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

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

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