#805643

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

Shades of Ironstone #805643

Tints of Ironstone #805643

Color information

#805643 (or 0x805643) is unknown color: approx Ironstone. HEX triplet: 80, 56 and 43. RGB value is (128,86,67). Sum of RGB (Red+Green+Blue) = 128+86+67=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 67 (26.56% from 255 or 23.84% from 281); Max value from RGB is 128 - color contains mainly: red. Hex color #805643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805643 is #7FA9BC. Grayscale: #606060. Windows color (decimal): -8366525 or 4413056. OLE color: 4413056.

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

Color convert

RGB1288667-
CMYK00.330.480.50
HSL18.69º31.28%38.24%-
HSV(B)18.69º47.66%50.2%-
XYZ13.2411.656.86-
YUV96.39111.41150.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.55%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 67 (26.56% from 255) = 23.84%
R=45.55%
G=30.60%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128866700.330.480.5018.6931.2838.24
Hex8056430213032131f26
Octal2001261030416062233746
Binary100000001010110100001101000011100001100101001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805643; }

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

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

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

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

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

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

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

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