#805249

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

Shades of Ironstone #805249

Tints of Ironstone #805249

Color information

#805249 (or 0x805249) is unknown color: approx Ironstone. HEX triplet: 80, 52 and 49. RGB value is (128,82,73). Sum of RGB (Red+Green+Blue) = 128+82+73=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #805249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805249 is #7FADB6. Grayscale: #5E5E5E. Windows color (decimal): -8367543 or 4805248. OLE color: 4805248.

HSL color Cylindrical-coordinate representation of color #805249: hue angle of 9.82º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #805249 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.50.

Color convert

RGB1288273-
CMYK00.360.430.50
HSL9.82º27.36%39.41%-
HSV(B)9.82º42.97%50.2%-
XYZ13.1211.17.76-
YUV94.73115.74151.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.23%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 73 (28.91% from 255) = 25.80%
R=45.23%
G=28.98%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128827300.360.430.509.8227.3639.41
Hex8052490242B32a1b27
Octal2001221110445362123347
Binary10000000101001010010010100100101011110010101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805249; }

 p { color: rgb(128,82,73); }

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

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

 a { background-color: rgb(128,82,73); }

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

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

 span { border-color: rgb(128,82,73); }

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