#805042

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

Shades of Ironstone #805042

Tints of Ironstone #805042

Color information

#805042 (or 0x805042) is unknown color: approx Ironstone. HEX triplet: 80, 50 and 42. RGB value is (128,80,66). Sum of RGB (Red+Green+Blue) = 128+80+66=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #805042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805042 is #7FAFBD. Grayscale: #5C5C5C. Windows color (decimal): -8368062 or 4345984. OLE color: 4345984.

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

Color convert

RGB1288066-
CMYK00.380.480.50
HSL13.55º31.96%38.04%-
HSV(B)13.55º48.44%50.2%-
XYZ12.7510.726.55-
YUV92.76112.9153.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.72%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 66 (26.17% from 255) = 24.09%
R=46.72%
G=29.20%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128806600.380.480.5013.5531.9638.04
Hex8050420263032e2026
Octal2001201020466062164046
Binary100000001010000100001001001101100001100101110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805042; }

 p { color: rgb(128,80,66); }

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

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

 a { background-color: rgb(128,80,66); }

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

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

 span { border-color: rgb(128,80,66); }

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