Html Css Color HEX #857359 Cement

📋 copy color: '#857359'

red 133 ◦ green 115 ◦ blue 89

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

Shades of Cement #857359

Tints of Cement #857359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.12%

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

R = 39.47%
G = 34.12%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#857359 (or 0x857359) is known color: Cement. HEX triplet: 85, 73 and 59. RGB value is (133,115,89). Sum of RGB (Red+Green+Blue) = 133+115+89=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #857359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857359 is #7A8CA6. Grayscale: #757575. Windows color (decimal): -8031399 or 5862277. OLE color: 5862277.

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

Color convert

RGB 133 115 89 -
CMYK 0 0.14 0.33 0.48
HSL 35.45º 0.2% 0.44% -
HSV(B) 35.45º 0.33% 0.52% -
XYZ 17.61 17.97 11.99 -
YUV 117.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 133 115 89 0 0.14 0.33 0.48 35.45 0.2 0.44
Hex 85 73 59 0 E 21 30 23 14 2C
Octal 205 163 131 0 16 41 60 43 24 54
Binary 10000101 1110011 1011001 0 1110 100001 110000 100011 10100 101100

Color Harmonies of #857359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857359

Black with #857359

Text Example


Text Example

White with #857359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857359; }

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

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

background-color css

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

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

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

border-color css

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

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

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