#815648

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

Shades of Ironstone #815648

Tints of Ironstone #815648

Color information

#815648 (or 0x815648) is unknown color: approx Ironstone. HEX triplet: 81, 56 and 48. RGB value is (129,86,72). Sum of RGB (Red+Green+Blue) = 129+86+72=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 129 - color contains mainly: red. Hex color #815648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815648 is #7EA9B7. Grayscale: #616161. Windows color (decimal): -8300984 or 4740737. OLE color: 4740737.

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

Color convert

RGB1298672-
CMYK00.330.440.49
HSL14.74º28.36%39.41%-
HSV(B)14.74º44.19%50.59%-
XYZ13.5511.797.69-
YUV97.26113.75150.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.95%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=44.95%
G=29.97%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129867200.330.440.4914.7428.3639.41
Hex8156480212C31f1c27
Octal2011261100415461173447
Binary10000001101011010010000100001101100110001111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815648; }

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

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

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

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

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

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

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

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