Html Css Color HEX #857158 Cement

📋 copy color: '#857158'

red 133 ◦ green 113 ◦ blue 88

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

Shades of Cement #857158

Tints of Cement #857158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.35%

R = 39.82%
G = 33.83%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#857158 (or 0x857158) is known color: Cement. HEX triplet: 85, 71 and 58. RGB value is (133,113,88). Sum of RGB (Red+Green+Blue) = 133+113+88=334 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.82% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 133 - color contains mainly: red. Hex color #857158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857158 is #7A8EA7. Grayscale: #747474. Windows color (decimal): -8031912 or 5796229. OLE color: 5796229.

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

Color convert

RGB 133 113 88 -
CMYK 0 0.15 0.34 0.48
HSL 33.33º 0.2% 0.43% -
HSV(B) 33.33º 0.34% 0.52% -
XYZ 17.34 17.5 11.7 -
YUV 116.13 112.13 140.03 -
System Red Green Blue C M Y K H S L
Decimal 133 113 88 0 0.15 0.34 0.48 33.33 0.2 0.43
Hex 85 71 58 0 F 22 30 21 14 2B
Octal 205 161 130 0 17 42 60 41 24 53
Binary 10000101 1110001 1011000 0 1111 100010 110000 100001 10100 101011

Color Harmonies of #857158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857158

Black with #857158

Text Example


Text Example

White with #857158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857158; }

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

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

background-color css

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

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

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

border-color css

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

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

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