Html Css Color HEX #886F52 Cement

📋 copy color: '#886F52'

red 136 ◦ green 111 ◦ blue 82

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

Shades of Cement #886F52

Tints of Cement #886F52

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.74%

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

R = 41.34%
G = 33.74%
B = 24.92%

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

#886F52 (or 0x886F52) is known color: Cement. HEX triplet: 88, 6F and 52. RGB value is (136,111,82). Sum of RGB (Red+Green+Blue) = 136+111+82=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #886F52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886F52 is #7790AD. Grayscale: #737373. Windows color (decimal): -7835822 or 5402504. OLE color: 5402504.

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

Color convert

RGB 136 111 82 -
CMYK 0 0.18 0.40 0.47
HSL 32.22º 0.25% 0.43% -
HSV(B) 32.22º 0.4% 0.53% -
XYZ 17.36 17.21 10.39 -
YUV 115.17 109.28 142.86 -
System Red Green Blue C M Y K H S L
Decimal 136 111 82 0 0.18 0.40 0.47 32.22 0.25 0.43
Hex 88 6F 52 0 12 28 2F 20 19 2B
Octal 210 157 122 0 22 50 57 40 31 53
Binary 10001000 1101111 1010010 0 10010 101000 101111 100000 11001 101011

Color Harmonies of #886F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886F52

Black with #886F52

Text Example


Text Example

White with #886F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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