#805747

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

Shades of Ironstone #805747

Tints of Ironstone #805747

Color information

#805747 (or 0x805747) is unknown color: approx Ironstone. HEX triplet: 80, 57 and 47. RGB value is (128,87,71). Sum of RGB (Red+Green+Blue) = 128+87+71=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #805747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805747 is #7FA8B8. Grayscale: #616161. Windows color (decimal): -8366265 or 4675456. OLE color: 4675456.

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

Color convert

RGB1288771-
CMYK00.320.450.50
HSL16.84º28.64%39.02%-
HSV(B)16.84º44.53%50.2%-
XYZ13.4511.867.54-
YUV97.43113.08149.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.76%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=44.76%
G=30.42%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128877100.320.450.5016.8428.6439.02
Hex8057470202D32111d27
Octal2001271070405562213547
Binary100000001010111100011101000001011011100101000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805747; }

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

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

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

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

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

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

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

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