#88503E

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

Shades of Ironstone #88503E

Tints of Ironstone #88503E

Color information

#88503E (or 0x88503E) is unknown color: approx Ironstone. HEX triplet: 88, 50 and 3E. RGB value is (136,80,62). Sum of RGB (Red+Green+Blue) = 136+80+62=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 62 (24.61% from 255 or 22.30% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #88503E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88503E is #77AFC1. Grayscale: #5E5E5E. Windows color (decimal): -7843778 or 4083848. OLE color: 4083848.

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

Color convert

RGB1368062-
CMYK00.410.540.47
HSL14.59º37.37%38.82%-
HSV(B)14.59º54.41%53.33%-
XYZ13.8911.326.01-
YUV94.69109.55157.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.92%
GREEN value IS 80 (31.64% from 255) = 28.78%
BLUE value IS 62 (24.61% from 255) = 22.30%
R=48.92%
G=28.78%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136806200.410.540.4714.5937.3738.82
Hex88503E029362Ff2527
Octal210120760516657174547
Binary10001000101000011111001010011101101011111111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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