Html Css Color HEX #8D704F Cement

📋 copy color: '#8D704F'

red 141 ◦ green 112 ◦ blue 79

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

Shades of Cement #8D704F

Tints of Cement #8D704F

RGB

 RED value IS 141 (55.47% from 255) = 42.47%

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

 BLUE value IS 79 (31.25% from 255) = 23.8%

R = 42.47%
G = 33.73%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8D704F (or 0x8D704F) is known color: Cement. HEX triplet: 8D, 70 and 4F. RGB value is (141,112,79). Sum of RGB (Red+Green+Blue) = 141+112+79=332 (43% of max value = 765). Red value is 141 (55.47% from 255 or 42.47% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 141 - color contains mainly: red. Hex color #8D704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D704F is #728FB0. Grayscale: #757575. Windows color (decimal): -7507889 or 5206157. OLE color: 5206157.

HSL color Cylindrical-coordinate representation of color #8D704F: hue angle of 31.94º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D704F is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 112 79 -
CMYK 0 0.21 0.44 0.45
HSL 31.94º 0.28% 0.43% -
HSV(B) 31.94º 0.44% 0.55% -
XYZ 18.19 17.82 9.88 -
YUV 116.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 141 112 79 0 0.21 0.44 0.45 31.94 0.28 0.43
Hex 8D 70 4F 0 15 2C 2D 20 1C 2B
Octal 215 160 117 0 25 54 55 40 34 53
Binary 10001101 1110000 1001111 0 10101 101100 101101 100000 11100 101011

Color Harmonies of #8D704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D704F

Black with #8D704F

Text Example


Text Example

White with #8D704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D704F; }

 p { color: rgb(141,112,79); }

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

background-color css

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

 a { background-color: rgb(141,112,79); }

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

border-color css

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

 span { border-color: rgb(141,112,79); }

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