#805347

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

Shades of Ironstone #805347

Tints of Ironstone #805347

Color information

#805347 (or 0x805347) is unknown color: approx Ironstone. HEX triplet: 80, 53 and 47. RGB value is (128,83,71). Sum of RGB (Red+Green+Blue) = 128+83+71=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #805347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805347 is #7FACB8. Grayscale: #5F5F5F. Windows color (decimal): -8367289 or 4674432. OLE color: 4674432.

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

Color convert

RGB1288371-
CMYK00.350.450.50
HSL12.63º28.64%39.02%-
HSV(B)12.63º44.53%50.2%-
XYZ13.1311.237.44-
YUV95.09114.41151.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 71 (28.12% from 255) = 25.18%
R=45.39%
G=29.43%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128837100.350.450.5012.6328.6439.02
Hex8053470232D32d1d27
Octal2001231070435562153547
Binary10000000101001110001110100011101101110010110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805347; }

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

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

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

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

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

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

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

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