Html Css Color HEX #8C7459 Cement

📋 copy color: '#8C7459'

red 140 ◦ green 116 ◦ blue 89

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

Shades of Cement #8C7459

Tints of Cement #8C7459

RGB

 RED value IS 140 (55.08% from 255) = 40.58%

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

 BLUE value IS 89 (35.16% from 255) = 25.8%

R = 40.58%
G = 33.62%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8C7459 (or 0x8C7459) is known color: Cement. HEX triplet: 8C, 74 and 59. RGB value is (140,116,89). Sum of RGB (Red+Green+Blue) = 140+116+89=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7459 is #738BA6. Grayscale: #787878. Windows color (decimal): -7572391 or 5862540. OLE color: 5862540.

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

Color convert

RGB 140 116 89 -
CMYK 0 0.17 0.36 0.45
HSL 31.76º 0.22% 0.45% -
HSV(B) 31.76º 0.36% 0.55% -
XYZ 18.86 18.79 12.08 -
YUV 120.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 140 116 89 0 0.17 0.36 0.45 31.76 0.22 0.45
Hex 8C 74 59 0 11 24 2D 20 16 2D
Octal 214 164 131 0 21 44 55 40 26 55
Binary 10001100 1110100 1011001 0 10001 100100 101101 100000 10110 101101

Color Harmonies of #8C7459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7459

Black with #8C7459

Text Example


Text Example

White with #8C7459

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,116,89); }

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

background-color css

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

 a { background-color: rgb(140,116,89); }

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

border-color css

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

 span { border-color: rgb(140,116,89); }

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