Html Css Color HEX #857157 Cement

📋 copy color: '#857157'

red 133 ◦ green 113 ◦ blue 87

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

Shades of Cement #857157

Tints of Cement #857157

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.93%

 BLUE value IS 87 (34.38% from 255) = 26.13%

R = 39.94%
G = 33.93%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.48

RGB Variations

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

Color information

#857157 (or 0x857157) is known color: Cement. HEX triplet: 85, 71 and 57. RGB value is (133,113,87). Sum of RGB (Red+Green+Blue) = 133+113+87=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #857157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857157 is #7A8EA8. Grayscale: #747474. Windows color (decimal): -8031913 or 5730693. OLE color: 5730693.

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

Color convert

RGB 133 113 87 -
CMYK 0 0.15 0.35 0.48
HSL 33.91º 0.21% 0.43% -
HSV(B) 33.91º 0.35% 0.52% -
XYZ 17.3 17.48 11.48 -
YUV 116.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 133 113 87 0 0.15 0.35 0.48 33.91 0.21 0.43
Hex 85 71 57 0 F 23 30 22 15 2B
Octal 205 161 127 0 17 43 60 42 25 53
Binary 10000101 1110001 1010111 0 1111 100011 110000 100010 10101 101011

Color Harmonies of #857157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857157

Black with #857157

Text Example


Text Example

White with #857157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857157; }

 p { color: rgb(133,113,87); }

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

background-color css

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

 a { background-color: rgb(133,113,87); }

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

border-color css

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

 span { border-color: rgb(133,113,87); }

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