#885343

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

Shades of Ironstone #885343

Tints of Ironstone #885343

Color information

#885343 (or 0x885343) is unknown color: approx Ironstone. HEX triplet: 88, 53 and 43. RGB value is (136,83,67). Sum of RGB (Red+Green+Blue) = 136+83+67=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #885343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885343 is #77ACBC. Grayscale: #616161. Windows color (decimal): -7843005 or 4412296. OLE color: 4412296.

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

Color convert

RGB1368367-
CMYK00.390.510.47
HSL13.91º33.99%39.8%-
HSV(B)13.91º50.74%53.33%-
XYZ14.2611.836.84-
YUV97.02111.06155.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 67 (26.56% from 255) = 23.43%
R=47.55%
G=29.02%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136836700.390.510.4713.9133.9939.8
Hex885343027332Fe2228
Octal2101231030476357164250
Binary100010001010011100001101001111100111011111110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885343; }

 p { color: rgb(136,83,67); }

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

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

 a { background-color: rgb(136,83,67); }

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

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

 span { border-color: rgb(136,83,67); }

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