Html Css Color HEX #8D7256 Cement

📋 copy color: '#8D7256'

red 141 ◦ green 114 ◦ blue 86

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

Shades of Cement #8D7256

Tints of Cement #8D7256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.43%

 BLUE value IS 86 (33.98% from 255) = 25.22%

R = 41.35%
G = 33.43%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8D7256 (or 0x8D7256) is known color: Cement. HEX triplet: 8D, 72 and 56. RGB value is (141,114,86). Sum of RGB (Red+Green+Blue) = 141+114+86=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7256 is #728DA9. Grayscale: #777777. Windows color (decimal): -7507370 or 5665421. OLE color: 5665421.

HSL color Cylindrical-coordinate representation of color #8D7256: hue angle of 30.55º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D7256 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 114 86 -
CMYK 0 0.19 0.39 0.45
HSL 30.55º 0.24% 0.45% -
HSV(B) 30.55º 0.39% 0.55% -
XYZ 18.68 18.37 11.37 -
YUV 118.88 109.45 143.78 -
System Red Green Blue C M Y K H S L
Decimal 141 114 86 0 0.19 0.39 0.45 30.55 0.24 0.45
Hex 8D 72 56 0 13 27 2D 1F 18 2D
Octal 215 162 126 0 23 47 55 37 30 55
Binary 10001101 1110010 1010110 0 10011 100111 101101 11111 11000 101101

Color Harmonies of #8D7256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7256

Black with #8D7256

Text Example


Text Example

White with #8D7256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,114,86); }

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

background-color css

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

 a { background-color: rgb(141,114,86); }

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

border-color css

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

 span { border-color: rgb(141,114,86); }

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