Html Css Color HEX #8D745A Cement

📋 copy color: '#8D745A'

red 141 ◦ green 116 ◦ blue 90

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

Shades of Cement #8D745A

Tints of Cement #8D745A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.43%

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 40.63%
G = 33.43%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8D745A (or 0x8D745A) is known color: Cement. HEX triplet: 8D, 74 and 5A. RGB value is (141,116,90). Sum of RGB (Red+Green+Blue) = 141+116+90=347 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.63% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 141 - color contains mainly: red. Hex color #8D745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D745A is #728BA5. Grayscale: #787878. Windows color (decimal): -7506854 or 5928077. OLE color: 5928077.

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

Color convert

RGB 141 116 90 -
CMYK 0 0.18 0.36 0.45
HSL 30.59º 0.22% 0.45% -
HSV(B) 30.59º 0.36% 0.55% -
XYZ 19.08 18.89 12.31 -
YUV 120.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 141 116 90 0 0.18 0.36 0.45 30.59 0.22 0.45
Hex 8D 74 5A 0 12 24 2D 1F 16 2D
Octal 215 164 132 0 22 44 55 37 26 55
Binary 10001101 1110100 1011010 0 10010 100100 101101 11111 10110 101101

Color Harmonies of #8D745A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D745A

Black with #8D745A

Text Example


Text Example

White with #8D745A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,116,90); }

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

background-color css

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

 a { background-color: rgb(141,116,90); }

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

border-color css

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

 span { border-color: rgb(141,116,90); }

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