Html Css Color HEX #886D53 Cement

📋 copy color: '#886D53'

red 136 ◦ green 109 ◦ blue 83

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

Shades of Cement #886D53

Tints of Cement #886D53

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.23%

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

R = 41.46%
G = 33.23%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#886D53 (or 0x886D53) is known color: Cement. HEX triplet: 88, 6D and 53. RGB value is (136,109,83). Sum of RGB (Red+Green+Blue) = 136+109+83=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #886D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D53 is #7792AC. Grayscale: #727272. Windows color (decimal): -7836333 or 5467528. OLE color: 5467528.

HSL color Cylindrical-coordinate representation of color #886D53: hue angle of 29.43º 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 #886D53 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 109 83 -
CMYK 0 0.20 0.39 0.47
HSL 29.43º 0.24% 0.43% -
HSV(B) 29.43º 0.39% 0.53% -
XYZ 17.18 16.8 10.52 -
YUV 114.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 136 109 83 0 0.20 0.39 0.47 29.43 0.24 0.43
Hex 88 6D 53 0 14 27 2F 1D 18 2B
Octal 210 155 123 0 24 47 57 35 30 53
Binary 10001000 1101101 1010011 0 10100 100111 101111 11101 11000 101011

Color Harmonies of #886D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886D53

Black with #886D53

Text Example


Text Example

White with #886D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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