#805546

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

Shades of Ironstone #805546

Tints of Ironstone #805546

Color information

#805546 (or 0x805546) is unknown color: approx Ironstone. HEX triplet: 80, 55 and 46. RGB value is (128,85,70). Sum of RGB (Red+Green+Blue) = 128+85+70=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #805546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805546 is #7FAAB9. Grayscale: #606060. Windows color (decimal): -8366778 or 4609408. OLE color: 4609408.

HSL color Cylindrical-coordinate representation of color #805546: hue angle of 15.52º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #805546 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB1288570-
CMYK00.340.450.50
HSL15.52º29.29%38.82%-
HSV(B)15.52º45.31%50.2%-
XYZ13.2611.537.32-
YUV96.15113.25150.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.23%
GREEN value IS 85 (33.59% from 255) = 30.04%
BLUE value IS 70 (27.73% from 255) = 24.73%
R=45.23%
G=30.04%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128857000.340.450.5015.5229.2938.82
Hex8055460222D32101d27
Octal2001251060425562203547
Binary100000001010101100011001000101011011100101000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805546; }

 p { color: rgb(128,85,70); }

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

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

 a { background-color: rgb(128,85,70); }

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

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

 span { border-color: rgb(128,85,70); }

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