#805644

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

Shades of Ironstone #805644

Tints of Ironstone #805644

Color information

#805644 (or 0x805644) is unknown color: approx Ironstone. HEX triplet: 80, 56 and 44. RGB value is (128,86,68). Sum of RGB (Red+Green+Blue) = 128+86+68=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 128 - color contains mainly: red. Hex color #805644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805644 is #7FA9BB. Grayscale: #606060. Windows color (decimal): -8366524 or 4478592. OLE color: 4478592.

HSL color Cylindrical-coordinate representation of color #805644: hue angle of 18º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805644 is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.50.

Color convert

RGB1288668-
CMYK00.330.470.50
HSL18º30.61%38.43%-
HSV(B)18º46.88%50.2%-
XYZ13.2711.667.02-
YUV96.51111.91150.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.39%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 68 (26.95% from 255) = 24.11%
R=45.39%
G=30.50%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128866800.330.470.501830.6138.43
Hex8056440212F32121f26
Octal2001261040415762223746
Binary100000001010110100010001000011011111100101001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805644; }

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

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

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

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

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

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

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

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