Html Css Color HEX #85725C Cement

📋 copy color: '#85725C'

red 133 ◦ green 114 ◦ blue 92

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

Shades of Cement #85725C

Tints of Cement #85725C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 39.23%
G = 33.63%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85725C (or 0x85725C) is known color: Cement. HEX triplet: 85, 72 and 5C. RGB value is (133,114,92). Sum of RGB (Red+Green+Blue) = 133+114+92=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85725C is #7A8DA3. Grayscale: #757575. Windows color (decimal): -8031652 or 6058629. OLE color: 6058629.

HSL color Cylindrical-coordinate representation of color #85725C: hue angle of 32.2º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85725C is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 114 92 -
CMYK 0 0.14 0.31 0.48
HSL 32.2º 0.18% 0.44% -
HSV(B) 32.2º 0.31% 0.52% -
XYZ 17.62 17.79 12.63 -
YUV 117.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 133 114 92 0 0.14 0.31 0.48 32.2 0.18 0.44
Hex 85 72 5C 0 E 1F 30 20 12 2C
Octal 205 162 134 0 16 37 60 40 22 54
Binary 10000101 1110010 1011100 0 1110 11111 110000 100000 10010 101100

Color Harmonies of #85725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85725C

Black with #85725C

Text Example


Text Example

White with #85725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85725C; }

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

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

background-color css

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

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

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

border-color css

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

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

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