Html Css Color HEX #857054 Cement

📋 copy color: '#857054'

red 133 ◦ green 112 ◦ blue 84

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

Shades of Cement #857054

Tints of Cement #857054

RGB

 RED value IS 133 (52.34% from 255) = 40.43%

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

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

R = 40.43%
G = 34.04%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#857054 (or 0x857054) is known color: Cement. HEX triplet: 85, 70 and 54. RGB value is (133,112,84). Sum of RGB (Red+Green+Blue) = 133+112+84=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #857054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857054 is #7A8FAB. Grayscale: #737373. Windows color (decimal): -8032172 or 5533829. OLE color: 5533829.

HSL color Cylindrical-coordinate representation of color #857054: hue angle of 34.29º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #857054 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 84 -
CMYK 0 0.16 0.37 0.48
HSL 34.29º 0.23% 0.43% -
HSV(B) 34.29º 0.37% 0.52% -
XYZ 17.07 17.21 10.81 -
YUV 115.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 133 112 84 0 0.16 0.37 0.48 34.29 0.23 0.43
Hex 85 70 54 0 10 25 30 22 17 2B
Octal 205 160 124 0 20 45 60 42 27 53
Binary 10000101 1110000 1010100 0 10000 100101 110000 100010 10111 101011

Color Harmonies of #857054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857054

Black with #857054

Text Example


Text Example

White with #857054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857054; }

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

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

background-color css

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

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

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

border-color css

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

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

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