Html Css Color HEX #857558 Cement

📋 copy color: '#857558'

red 133 ◦ green 117 ◦ blue 88

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

Shades of Cement #857558

Tints of Cement #857558

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.62%

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

R = 39.35%
G = 34.62%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#857558 (or 0x857558) is known color: Cement. HEX triplet: 85, 75 and 58. RGB value is (133,117,88). Sum of RGB (Red+Green+Blue) = 133+117+88=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #857558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857558 is #7A8AA7. Grayscale: #767676. Windows color (decimal): -8030888 or 5797253. OLE color: 5797253.

HSL color Cylindrical-coordinate representation of color #857558: hue angle of 38.67º 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 #857558 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 117 88 -
CMYK 0 0.12 0.34 0.48
HSL 38.67º 0.2% 0.43% -
HSV(B) 38.67º 0.34% 0.52% -
XYZ 17.8 18.41 11.85 -
YUV 118.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 133 117 88 0 0.12 0.34 0.48 38.67 0.2 0.43
Hex 85 75 58 0 C 22 30 27 14 2B
Octal 205 165 130 0 14 42 60 47 24 53
Binary 10000101 1110101 1011000 0 1100 100010 110000 100111 10100 101011

Color Harmonies of #857558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857558

Black with #857558

Text Example


Text Example

White with #857558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857558; }

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

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

background-color css

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

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

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

border-color css

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

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

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