#805746

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

Shades of Ironstone #805746

Tints of Ironstone #805746

Color information

#805746 (or 0x805746) is unknown color: approx Ironstone. HEX triplet: 80, 57 and 46. RGB value is (128,87,70). Sum of RGB (Red+Green+Blue) = 128+87+70=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 128 - color contains mainly: red. Hex color #805746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805746 is #7FA8B9. Grayscale: #616161. Windows color (decimal): -8366266 or 4609920. OLE color: 4609920.

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

Color convert

RGB1288770-
CMYK00.320.450.50
HSL17.59º29.29%38.82%-
HSV(B)17.59º45.31%50.2%-
XYZ13.4211.857.37-
YUV97.32112.58149.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 87 (34.38% from 255) = 30.53%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=44.91%
G=30.53%
B=24.56%

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
Decimal128877000.320.450.5017.5929.2938.82
Hex8057460202D32121d27
Octal2001271060405562223547
Binary100000001010111100011001000001011011100101001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805746; }

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

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

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

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

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

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

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

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