#88523B

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

Shades of Ironstone #88523B

Tints of Ironstone #88523B

Color information

#88523B (or 0x88523B) is unknown color: approx Ironstone. HEX triplet: 88, 52 and 3B. RGB value is (136,82,59). Sum of RGB (Red+Green+Blue) = 136+82+59=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #88523B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88523B is #77ADC4. Grayscale: #5F5F5F. Windows color (decimal): -7843269 or 3887752. OLE color: 3887752.

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

Color convert

RGB1368259-
CMYK00.400.570.47
HSL17.92º39.49%38.24%-
HSV(B)17.92º56.62%53.33%-
XYZ13.9611.585.64-
YUV95.52107.39156.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 59 (23.44% from 255) = 21.30%
R=49.10%
G=29.60%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136825900.400.570.4717.9239.4938.24
Hex88523B028392F122726
Octal210122730507157224746
Binary100010001010010111011010100011100110111110010100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88523B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88523B; }

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

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

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

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

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

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

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

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