#805646

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

Shades of Ironstone #805646

Tints of Ironstone #805646

Color information

#805646 (or 0x805646) is unknown color: approx Ironstone. HEX triplet: 80, 56 and 46. RGB value is (128,86,70). Sum of RGB (Red+Green+Blue) = 128+86+70=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 128 - color contains mainly: red. Hex color #805646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805646 is #7FA9B9. Grayscale: #606060. Windows color (decimal): -8366522 or 4609664. OLE color: 4609664.

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

Color convert

RGB1288670-
CMYK00.330.450.50
HSL16.55º29.29%38.82%-
HSV(B)16.55º45.31%50.2%-
XYZ13.3411.697.35-
YUV96.73112.91150.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.07%
GREEN value IS 86 (33.98% from 255) = 30.28%
BLUE value IS 70 (27.73% from 255) = 24.65%
R=45.07%
G=30.28%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128867000.330.450.5016.5529.2938.82
Hex8056460212D32111d27
Octal2001261060415562213547
Binary100000001010110100011001000011011011100101000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805646; }

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

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

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

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

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

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

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

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