Html Css Color HEX #85755E Cement

📋 copy color: '#85755E'

red 133 ◦ green 117 ◦ blue 94

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

Shades of Cement #85755E

Tints of Cement #85755E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.33%

R = 38.66%
G = 34.01%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85755E (or 0x85755E) is known color: Cement. HEX triplet: 85, 75 and 5E. RGB value is (133,117,94). Sum of RGB (Red+Green+Blue) = 133+117+94=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #85755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85755E is #7A8AA1. Grayscale: #777777. Windows color (decimal): -8030882 or 6190469. OLE color: 6190469.

HSL color Cylindrical-coordinate representation of color #85755E: hue angle of 35.38º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85755E is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 117 94 -
CMYK 0 0.12 0.29 0.48
HSL 35.38º 0.17% 0.45% -
HSV(B) 35.38º 0.29% 0.52% -
XYZ 18.05 18.52 13.21 -
YUV 119.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 133 117 94 0 0.12 0.29 0.48 35.38 0.17 0.45
Hex 85 75 5E 0 C 1D 30 23 11 2D
Octal 205 165 136 0 14 35 60 43 21 55
Binary 10000101 1110101 1011110 0 1100 11101 110000 100011 10001 101101

Color Harmonies of #85755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85755E

Black with #85755E

Text Example


Text Example

White with #85755E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85755E; }

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

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

background-color css

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

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

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

border-color css

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

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

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