#815848

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

Shades of Ironstone #815848

Tints of Ironstone #815848

Color information

#815848 (or 0x815848) is unknown color: approx Ironstone. HEX triplet: 81, 58 and 48. RGB value is (129,88,72). Sum of RGB (Red+Green+Blue) = 129+88+72=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #815848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815848 is #7EA7B7. Grayscale: #626262. Windows color (decimal): -8300472 or 4741249. OLE color: 4741249.

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

Color convert

RGB1298872-
CMYK00.320.440.49
HSL16.84º28.36%39.41%-
HSV(B)16.84º44.19%50.59%-
XYZ13.7112.117.75-
YUV98.44113.08149.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.64%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 72 (28.52% from 255) = 24.91%
R=44.64%
G=30.45%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129887200.320.440.4916.8428.3639.41
Hex8158480202C31111c27
Octal2011301100405461213447
Binary100000011011000100100001000001011001100011000111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815848; }

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

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

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

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

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

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

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

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