Html Css Color HEX #85755A Cement

📋 copy color: '#85755A'

red 133 ◦ green 117 ◦ blue 90

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

Shades of Cement #85755A

Tints of Cement #85755A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.47%

R = 39.12%
G = 34.41%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85755A (or 0x85755A) is known color: Cement. HEX triplet: 85, 75 and 5A. RGB value is (133,117,90). Sum of RGB (Red+Green+Blue) = 133+117+90=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 90 (35.55% from 255 or 26.47% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85755A is #7A8AA5. Grayscale: #767676. Windows color (decimal): -8030886 or 5928325. OLE color: 5928325.

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

Color convert

RGB 133 117 90 -
CMYK 0 0.12 0.32 0.48
HSL 37.67º 0.19% 0.44% -
HSV(B) 37.67º 0.32% 0.52% -
XYZ 17.88 18.45 12.29 -
YUV 118.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 133 117 90 0 0.12 0.32 0.48 37.67 0.19 0.44
Hex 85 75 5A 0 C 20 30 26 13 2C
Octal 205 165 132 0 14 40 60 46 23 54
Binary 10000101 1110101 1011010 0 1100 100000 110000 100110 10011 101100

Color Harmonies of #85755A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85755A

Black with #85755A

Text Example


Text Example

White with #85755A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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