#805648

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

Shades of Ironstone #805648

Tints of Ironstone #805648

Color information

#805648 (or 0x805648) is unknown color: approx Ironstone. HEX triplet: 80, 56 and 48. RGB value is (128,86,72). Sum of RGB (Red+Green+Blue) = 128+86+72=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #805648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805648 is #7FA9B7. Grayscale: #616161. Windows color (decimal): -8366520 or 4740736. OLE color: 4740736.

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

Color convert

RGB1288672-
CMYK00.330.440.50
HSL15º28%39.22%-
HSV(B)15º43.75%50.2%-
XYZ13.411.717.69-
YUV96.96113.91150.14-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.76%
GREEN value IS 86 (33.98% from 255) = 30.07%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=44.76%
G=30.07%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128867200.330.440.50152839.22
Hex8056480212C32f1c27
Octal2001261100415462173447
Binary10000000101011010010000100001101100110010111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805648; }

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

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

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

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

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

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

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

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