#887359

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

Shades of Cement #887359

Tints of Cement #887359

Color information

#887359 (or 0x887359) is unknown color: approx Cement. HEX triplet: 88, 73 and 59. RGB value is (136,115,89). Sum of RGB (Red+Green+Blue) = 136+115+89=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #887359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887359 is #778CA6. Grayscale: #767676. Windows color (decimal): -7834791 or 5862280. OLE color: 5862280.

HSL color Cylindrical-coordinate representation of color #887359: hue angle of 33.19º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #887359 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB13611589-
CMYK00.150.350.47
HSL33.19º20.89%44.12%-
HSV(B)33.19º34.56%53.33%-
XYZ18.0918.2212.01-
YUV118.32111.46140.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 115 (45.31% from 255) = 33.82%
BLUE value IS 89 (35.16% from 255) = 26.18%
R=40%
G=33.82%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361158900.150.350.4733.1920.8944.12
Hex8873590F232F21152c
Octal2101631310174357412554
Binary10001000111001110110010111110001110111110000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887359; }

 p { color: rgb(136,115,89); }

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

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

 a { background-color: rgb(136,115,89); }

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

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

 span { border-color: rgb(136,115,89); }

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