Html Css Color HEX #887053 Cement

📋 copy color: '#887053'

red 136 ◦ green 112 ◦ blue 83

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

Shades of Cement #887053

Tints of Cement #887053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.08%

R = 41.09%
G = 33.84%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#887053 (or 0x887053) is known color: Cement. HEX triplet: 88, 70 and 53. RGB value is (136,112,83). Sum of RGB (Red+Green+Blue) = 136+112+83=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #887053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887053 is #778FAC. Grayscale: #747474. Windows color (decimal): -7835565 or 5468296. OLE color: 5468296.

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

Color convert

RGB 136 112 83 -
CMYK 0 0.18 0.39 0.47
HSL 32.83º 0.24% 0.43% -
HSV(B) 32.83º 0.39% 0.53% -
XYZ 17.51 17.45 10.63 -
YUV 115.87 109.45 142.36 -
System Red Green Blue C M Y K H S L
Decimal 136 112 83 0 0.18 0.39 0.47 32.83 0.24 0.43
Hex 88 70 53 0 12 27 2F 21 18 2B
Octal 210 160 123 0 22 47 57 41 30 53
Binary 10001000 1110000 1010011 0 10010 100111 101111 100001 11000 101011

Color Harmonies of #887053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887053

Black with #887053

Text Example


Text Example

White with #887053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887053; }

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

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

background-color css

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

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

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

border-color css

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

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

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