#805547

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

Shades of Ironstone #805547

Tints of Ironstone #805547

Color information

#805547 (or 0x805547) is unknown color: approx Ironstone. HEX triplet: 80, 55 and 47. RGB value is (128,85,71). Sum of RGB (Red+Green+Blue) = 128+85+71=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #805547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805547 is #7FAAB8. Grayscale: #606060. Windows color (decimal): -8366777 or 4674944. OLE color: 4674944.

HSL color Cylindrical-coordinate representation of color #805547: hue angle of 14.74º 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 #805547 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB1288571-
CMYK00.340.450.50
HSL14.74º28.64%39.02%-
HSV(B)14.74º44.53%50.2%-
XYZ13.2911.547.49-
YUV96.26113.75150.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 71 (28.12% from 255) = 25%
R=45.07%
G=29.93%
B=25%

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
Decimal128857100.340.450.5014.7428.6439.02
Hex8055470222D32f1d27
Octal2001251070425562173547
Binary10000000101010110001110100010101101110010111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805547; }

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

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

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

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

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

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

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

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