Html Css Color HEX #887052 Cement

📋 copy color: '#887052'

red 136 ◦ green 112 ◦ blue 82

#887052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cement #887052

Tints of Cement #887052

RGB

 RED value IS 136 (53.52% from 255) = 41.21%

 GREEN value IS 112 (44.14% from 255) = 33.94%

 BLUE value IS 82 (32.42% from 255) = 24.85%

R = 41.21%
G = 33.94%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#887052 (or 0x887052) is known color: Cement. HEX triplet: 88, 70 and 52. RGB value is (136,112,82). Sum of RGB (Red+Green+Blue) = 136+112+82=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 82 (32.42% from 255 or 24.85% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #887052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887052 is #778FAD. Grayscale: #737373. Windows color (decimal): -7835566 or 5402760. OLE color: 5402760.

HSL color Cylindrical-coordinate representation of color #887052: hue angle of 33.33º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887052 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 112 82 -
CMYK 0 0.18 0.40 0.47
HSL 33.33º 0.25% 0.43% -
HSV(B) 33.33º 0.4% 0.53% -
XYZ 17.47 17.43 10.43 -
YUV 115.76 108.95 142.44 -
System Red Green Blue C M Y K H S L
Decimal 136 112 82 0 0.18 0.40 0.47 33.33 0.25 0.43
Hex 88 70 52 0 12 28 2F 21 19 2B
Octal 210 160 122 0 22 50 57 41 31 53
Binary 10001000 1110000 1010010 0 10010 101000 101111 100001 11001 101011

Color Harmonies of #887052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887052

Black with #887052

Text Example


Text Example

White with #887052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887052; }

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

 H1.HeaderClassName
 {
   color: #887052;
 }
 .AnyTagClassName
 {
   color: #887052;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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