#815441

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

Shades of Ironstone #815441

Tints of Ironstone #815441

Color information

#815441 (or 0x815441) is unknown color: approx Ironstone. HEX triplet: 81, 54 and 41. RGB value is (129,84,65). Sum of RGB (Red+Green+Blue) = 129+84+65=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #815441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815441 is #7EABBE. Grayscale: #5F5F5F. Windows color (decimal): -8301503 or 4281473. OLE color: 4281473.

HSL color Cylindrical-coordinate representation of color #815441: hue angle of 17.81º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #815441 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1298465-
CMYK00.350.500.49
HSL17.81º32.99%38.04%-
HSV(B)17.81º49.61%50.59%-
XYZ13.1811.396.5-
YUV95.29110.91152.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 84 (33.20% from 255) = 30.22%
BLUE value IS 65 (25.78% from 255) = 23.38%
R=46.40%
G=30.22%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129846500.350.500.4917.8132.9938.04
Hex8154410233231122126
Octal2011241010436261224146
Binary1000000110101001000001010001111001011000110010100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815441; }

 p { color: rgb(129,84,65); }

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

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

 a { background-color: rgb(129,84,65); }

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

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

 span { border-color: rgb(129,84,65); }

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