Html Css Color HEX #857255 Cement

📋 copy color: '#857255'

red 133 ◦ green 114 ◦ blue 85

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

Shades of Cement #857255

Tints of Cement #857255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.34%

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 40.06%
G = 34.34%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#857255 (or 0x857255) is known color: Cement. HEX triplet: 85, 72 and 55. RGB value is (133,114,85). Sum of RGB (Red+Green+Blue) = 133+114+85=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #857255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857255 is #7A8DAA. Grayscale: #747474. Windows color (decimal): -8031659 or 5599877. OLE color: 5599877.

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

Color convert

RGB 133 114 85 -
CMYK 0 0.14 0.36 0.48
HSL 36.25º 0.22% 0.43% -
HSV(B) 36.25º 0.36% 0.52% -
XYZ 17.33 17.68 11.09 -
YUV 116.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 133 114 85 0 0.14 0.36 0.48 36.25 0.22 0.43
Hex 85 72 55 0 E 24 30 24 16 2B
Octal 205 162 125 0 16 44 60 44 26 53
Binary 10000101 1110010 1010101 0 1110 100100 110000 100100 10110 101011

Color Harmonies of #857255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857255

Black with #857255

Text Example


Text Example

White with #857255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857255; }

 p { color: rgb(133,114,85); }

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

background-color css

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

 a { background-color: rgb(133,114,85); }

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

border-color css

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

 span { border-color: rgb(133,114,85); }

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