#88503C

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

Shades of Ironstone #88503C

Tints of Ironstone #88503C

Color information

#88503C (or 0x88503C) is unknown color: approx Ironstone. HEX triplet: 88, 50 and 3C. RGB value is (136,80,60). Sum of RGB (Red+Green+Blue) = 136+80+60=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #88503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88503C is #77AFC3. Grayscale: #5E5E5E. Windows color (decimal): -7843780 or 3952776. OLE color: 3952776.

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

Color convert

RGB1368060-
CMYK00.410.560.47
HSL15.79º38.78%38.43%-
HSV(B)15.79º55.88%53.33%-
XYZ13.8411.35.73-
YUV94.46108.55157.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.28%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 60 (23.83% from 255) = 21.74%
R=49.28%
G=28.99%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136806000.410.560.4715.7938.7838.43
Hex88503C029382F102726
Octal210120740517057204746
Binary100010001010000111100010100111100010111110000100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88503C; }

 p { color: rgb(136,80,60); }

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

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

 a { background-color: rgb(136,80,60); }

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

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

 span { border-color: rgb(136,80,60); }

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