#805144

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

Shades of Ironstone #805144

Tints of Ironstone #805144

Color information

#805144 (or 0x805144) is unknown color: approx Ironstone. HEX triplet: 80, 51 and 44. RGB value is (128,81,68). Sum of RGB (Red+Green+Blue) = 128+81+68=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 81 (32.03% from 255 or 29.24% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #805144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805144 is #7FAEBB. Grayscale: #5D5D5D. Windows color (decimal): -8367804 or 4477312. OLE color: 4477312.

HSL color Cylindrical-coordinate representation of color #805144: hue angle of 13º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805144 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB1288168-
CMYK00.370.470.50
HSL13º30.61%38.43%-
HSV(B)13º46.88%50.2%-
XYZ12.8910.896.89-
YUV93.57113.57152.56-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.21%
GREEN value IS 81 (32.03% from 255) = 29.24%
BLUE value IS 68 (26.95% from 255) = 24.55%
R=46.21%
G=29.24%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128816800.370.470.501330.6138.43
Hex8051440252F32d1f26
Octal2001211040455762153746
Binary10000000101000110001000100101101111110010110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805144; }

 p { color: rgb(128,81,68); }

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

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

 a { background-color: rgb(128,81,68); }

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

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

 span { border-color: rgb(128,81,68); }

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