#805543

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

Shades of Ironstone #805543

Tints of Ironstone #805543

Color information

#805543 (or 0x805543) is unknown color: approx Ironstone. HEX triplet: 80, 55 and 43. RGB value is (128,85,67). Sum of RGB (Red+Green+Blue) = 128+85+67=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #805543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805543 is #7FAABC. Grayscale: #5F5F5F. Windows color (decimal): -8366781 or 4412800. OLE color: 4412800.

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

Color convert

RGB1288567-
CMYK00.340.480.50
HSL17.7º31.28%38.24%-
HSV(B)17.7º47.66%50.2%-
XYZ13.1611.496.83-
YUV95.8111.75150.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.71%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 67 (26.56% from 255) = 23.93%
R=45.71%
G=30.36%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128856700.340.480.5017.731.2838.24
Hex8055430223032121f26
Octal2001251030426062223746
Binary100000001010101100001101000101100001100101001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805543; }

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

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

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

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

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

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

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

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