Html Css Color HEX #8D714F Cement

📋 copy color: '#8D714F'

red 141 ◦ green 113 ◦ blue 79

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

Shades of Cement #8D714F

Tints of Cement #8D714F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.93%

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

R = 42.34%
G = 33.93%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8D714F (or 0x8D714F) is known color: Cement. HEX triplet: 8D, 71 and 4F. RGB value is (141,113,79). Sum of RGB (Red+Green+Blue) = 141+113+79=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D714F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D714F is #728EB0. Grayscale: #757575. Windows color (decimal): -7507633 or 5206413. OLE color: 5206413.

HSL color Cylindrical-coordinate representation of color #8D714F: hue angle of 32.9º 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 #8D714F is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 113 79 -
CMYK 0 0.20 0.44 0.45
HSL 32.9º 0.28% 0.43% -
HSV(B) 32.9º 0.44% 0.55% -
XYZ 18.3 18.04 9.91 -
YUV 117.5 106.28 144.76 -
System Red Green Blue C M Y K H S L
Decimal 141 113 79 0 0.20 0.44 0.45 32.9 0.28 0.43
Hex 8D 71 4F 0 14 2C 2D 21 1C 2B
Octal 215 161 117 0 24 54 55 41 34 53
Binary 10001101 1110001 1001111 0 10100 101100 101101 100001 11100 101011

Color Harmonies of #8D714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D714F

Black with #8D714F

Text Example


Text Example

White with #8D714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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