Html Css Color HEX #85745D Cement

📋 copy color: '#85745D'

red 133 ◦ green 116 ◦ blue 93

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

Shades of Cement #85745D

Tints of Cement #85745D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.92%

 BLUE value IS 93 (36.72% from 255) = 27.19%

R = 38.89%
G = 33.92%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85745D (or 0x85745D) is known color: Cement. HEX triplet: 85, 74 and 5D. RGB value is (133,116,93). Sum of RGB (Red+Green+Blue) = 133+116+93=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85745D is #7A8BA2. Grayscale: #767676. Windows color (decimal): -8031139 or 6124677. OLE color: 6124677.

HSL color Cylindrical-coordinate representation of color #85745D: hue angle of 34.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85745D is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 116 93 -
CMYK 0 0.13 0.30 0.48
HSL 34.5º 0.18% 0.44% -
HSV(B) 34.5º 0.3% 0.52% -
XYZ 17.89 18.27 12.94 -
YUV 118.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 133 116 93 0 0.13 0.30 0.48 34.5 0.18 0.44
Hex 85 74 5D 0 D 1E 30 22 12 2C
Octal 205 164 135 0 15 36 60 42 22 54
Binary 10000101 1110100 1011101 0 1101 11110 110000 100010 10010 101100

Color Harmonies of #85745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85745D

Black with #85745D

Text Example


Text Example

White with #85745D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85745D; }

 p { color: rgb(133,116,93); }

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

background-color css

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

 a { background-color: rgb(133,116,93); }

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

border-color css

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

 span { border-color: rgb(133,116,93); }

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