#815348

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

Shades of Ironstone #815348

Tints of Ironstone #815348

Color information

#815348 (or 0x815348) is unknown color: approx Ironstone. HEX triplet: 81, 53 and 48. RGB value is (129,83,72). Sum of RGB (Red+Green+Blue) = 129+83+72=284 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.42% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 129 - color contains mainly: red. Hex color #815348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815348 is #7EACB7. Grayscale: #5F5F5F. Windows color (decimal): -8301752 or 4739969. OLE color: 4739969.

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

Color convert

RGB1298372-
CMYK00.360.440.49
HSL11.58º28.36%39.41%-
HSV(B)11.58º44.19%50.59%-
XYZ13.3211.327.61-
YUV95.5114.74151.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.42%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 72 (28.52% from 255) = 25.35%
R=45.42%
G=29.23%
B=25.35%

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
Decimal129837200.360.440.4911.5828.3639.41
Hex8153480242C31c1c27
Octal2011231100445461143447
Binary10000001101001110010000100100101100110001110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815348; }

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

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

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

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

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

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

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

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