#815548

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

Shades of Ironstone #815548

Tints of Ironstone #815548

Color information

#815548 (or 0x815548) is unknown color: approx Ironstone. HEX triplet: 81, 55 and 48. RGB value is (129,85,72). Sum of RGB (Red+Green+Blue) = 129+85+72=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 129 - color contains mainly: red. Hex color #815548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815548 is #7EAAB7. Grayscale: #606060. Windows color (decimal): -8301240 or 4740481. OLE color: 4740481.

HSL color Cylindrical-coordinate representation of color #815548: hue angle of 13.68º 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 #815548 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1298572-
CMYK00.340.440.49
HSL13.68º28.36%39.41%-
HSV(B)13.68º44.19%50.59%-
XYZ13.4711.637.67-
YUV96.67114.08151.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.10%
GREEN value IS 85 (33.59% from 255) = 29.72%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=45.10%
G=29.72%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129857200.340.440.4913.6828.3639.41
Hex8155480222C31e1c27
Octal2011251100425461163447
Binary10000001101010110010000100010101100110001111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815548; }

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

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

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

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

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

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

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

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