Html Css Color HEX #8C7054 Cement

📋 copy color: '#8C7054'

red 140 ◦ green 112 ◦ blue 84

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

Shades of Cement #8C7054

Tints of Cement #8C7054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25%

R = 41.67%
G = 33.33%
B = 25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.4

 K value IS 0.45

RGB Variations

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

Color information

#8C7054 (or 0x8C7054) is known color: Cement. HEX triplet: 8C, 70 and 54. RGB value is (140,112,84). Sum of RGB (Red+Green+Blue) = 140+112+84=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7054 is #738FAB. Grayscale: #757575. Windows color (decimal): -7573420 or 5533836. OLE color: 5533836.

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

Color convert

RGB 140 112 84 -
CMYK 0 0.20 0.4 0.45
HSL 30º 0.25% 0.44% -
HSV(B) 30º 0.4% 0.55% -
XYZ 18.21 17.8 10.86 -
YUV 117.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 140 112 84 0 0.20 0.4 0.45 30 0.25 0.44
Hex 8C 70 54 0 14 28 2D 1E 19 2C
Octal 214 160 124 0 24 50 55 36 31 54
Binary 10001100 1110000 1010100 0 10100 101000 101101 11110 11001 101100

Color Harmonies of #8C7054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7054

Black with #8C7054

Text Example


Text Example

White with #8C7054

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,112,84); }

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

background-color css

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

 a { background-color: rgb(140,112,84); }

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

border-color css

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

 span { border-color: rgb(140,112,84); }

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