Html Css Color HEX #85735E Cement

📋 copy color: '#85735E'

red 133 ◦ green 115 ◦ blue 94

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

Shades of Cement #85735E

Tints of Cement #85735E

RGB

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

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

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

R = 38.89%
G = 33.63%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85735E (or 0x85735E) is known color: Cement. HEX triplet: 85, 73 and 5E. RGB value is (133,115,94). Sum of RGB (Red+Green+Blue) = 133+115+94=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85735E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85735E is #7A8CA1. Grayscale: #767676. Windows color (decimal): -8031394 or 6189957. OLE color: 6189957.

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

Color convert

RGB 133 115 94 -
CMYK 0 0.14 0.29 0.48
HSL 32.31º 0.17% 0.45% -
HSV(B) 32.31º 0.29% 0.52% -
XYZ 17.82 18.06 13.14 -
YUV 117.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 133 115 94 0 0.14 0.29 0.48 32.31 0.17 0.45
Hex 85 73 5E 0 E 1D 30 20 11 2D
Octal 205 163 136 0 16 35 60 40 21 55
Binary 10000101 1110011 1011110 0 1110 11101 110000 100000 10001 101101

Color Harmonies of #85735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85735E

Black with #85735E

Text Example


Text Example

White with #85735E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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