#885240

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

Shades of Ironstone #885240

Tints of Ironstone #885240

Color information

#885240 (or 0x885240) is unknown color: approx Ironstone. HEX triplet: 88, 52 and 40. RGB value is (136,82,64). Sum of RGB (Red+Green+Blue) = 136+82+64=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #885240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885240 is #77ADBF. Grayscale: #606060. Windows color (decimal): -7843264 or 4215432. OLE color: 4215432.

HSL color Cylindrical-coordinate representation of color #885240: hue angle of 15º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885240 is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB1368264-
CMYK00.400.530.47
HSL15º36%39.22%-
HSV(B)15º52.94%53.33%-
XYZ14.111.646.35-
YUV96.09109.89156.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.23%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 64 (25.39% from 255) = 22.70%
R=48.23%
G=29.08%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136826400.400.530.47153639.22
Hex885240028352Ff2427
Octal2101221000506557174447
Binary100010001010010100000001010001101011011111111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885240; }

 p { color: rgb(136,82,64); }

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

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

 a { background-color: rgb(136,82,64); }

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

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

 span { border-color: rgb(136,82,64); }

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