#88715B

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

Shades of Cement #88715B

Tints of Cement #88715B

Color information

#88715B (or 0x88715B) is unknown color: approx Cement. HEX triplet: 88, 71 and 5B. RGB value is (136,113,91). Sum of RGB (Red+Green+Blue) = 136+113+91=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #88715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88715B is #778EA4. Grayscale: #757575. Windows color (decimal): -7835301 or 5992840. OLE color: 5992840.

HSL color Cylindrical-coordinate representation of color #88715B: hue angle of 29.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88715B is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB13611391-
CMYK00.170.330.47
HSL29.33º19.82%44.51%-
HSV(B)29.33º33.09%53.33%-
XYZ17.9517.812.39-
YUV117.37113.12141.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 91 (35.94% from 255) = 26.76%
R=40%
G=33.24%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361139100.170.330.4729.3319.8244.51
Hex88715B011212F1d142d
Octal2101611330214157352455
Binary10001000111000110110110100011000011011111110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,113,91); }

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

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

 a { background-color: rgb(136,113,91); }

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

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

 span { border-color: rgb(136,113,91); }

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