Html Css Color HEX #857559 Cement

📋 copy color: '#857559'

red 133 ◦ green 117 ◦ blue 89

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

Shades of Cement #857559

Tints of Cement #857559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.25%

R = 39.23%
G = 34.51%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#857559 (or 0x857559) is known color: Cement. HEX triplet: 85, 75 and 59. RGB value is (133,117,89). Sum of RGB (Red+Green+Blue) = 133+117+89=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #857559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857559 is #7A8AA6. Grayscale: #767676. Windows color (decimal): -8030887 or 5862789. OLE color: 5862789.

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

Color convert

RGB 133 117 89 -
CMYK 0 0.12 0.33 0.48
HSL 38.18º 0.2% 0.44% -
HSV(B) 38.18º 0.33% 0.52% -
XYZ 17.84 18.43 12.07 -
YUV 118.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 133 117 89 0 0.12 0.33 0.48 38.18 0.2 0.44
Hex 85 75 59 0 C 21 30 26 14 2C
Octal 205 165 131 0 14 41 60 46 24 54
Binary 10000101 1110101 1011001 0 1100 100001 110000 100110 10100 101100

Color Harmonies of #857559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857559

Black with #857559

Text Example


Text Example

White with #857559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857559; }

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

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

background-color css

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

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

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

border-color css

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

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

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