#815748

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

Shades of Ironstone #815748

Tints of Ironstone #815748

Color information

#815748 (or 0x815748) is unknown color: approx Ironstone. HEX triplet: 81, 57 and 48. RGB value is (129,87,72). Sum of RGB (Red+Green+Blue) = 129+87+72=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 129 - color contains mainly: red. Hex color #815748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815748 is #7EA8B7. Grayscale: #616161. Windows color (decimal): -8300728 or 4740993. OLE color: 4740993.

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

Color convert

RGB1298772-
CMYK00.330.440.49
HSL15.79º28.36%39.41%-
HSV(B)15.79º44.19%50.59%-
XYZ13.6311.957.72-
YUV97.85113.41150.22-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.79%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 72 (28.52% from 255) = 25%
R=44.79%
G=30.21%
B=25%

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
Decimal129877200.330.440.4915.7928.3639.41
Hex8157480212C31101c27
Octal2011271100415461203447
Binary100000011010111100100001000011011001100011000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815748; }

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

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

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

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

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

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

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

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