Html Css Color HEX #85735D Cement

📋 copy color: '#85735D'

red 133 ◦ green 115 ◦ blue 93

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

Shades of Cement #85735D

Tints of Cement #85735D

RGB

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

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

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

R = 39%
G = 33.72%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#85735D (or 0x85735D) is known color: Cement. HEX triplet: 85, 73 and 5D. RGB value is (133,115,93). Sum of RGB (Red+Green+Blue) = 133+115+93=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85735D is #7A8CA2. Grayscale: #757575. Windows color (decimal): -8031395 or 6124421. OLE color: 6124421.

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

Color convert

RGB 133 115 93 -
CMYK 0 0.14 0.30 0.48
HSL 33º 0.18% 0.44% -
HSV(B) 33º 0.3% 0.52% -
XYZ 17.78 18.04 12.9 -
YUV 117.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 133 115 93 0 0.14 0.30 0.48 33 0.18 0.44
Hex 85 73 5D 0 E 1E 30 21 12 2C
Octal 205 163 135 0 16 36 60 41 22 54
Binary 10000101 1110011 1011101 0 1110 11110 110000 100001 10010 101100

Color Harmonies of #85735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85735D

Black with #85735D

Text Example


Text Example

White with #85735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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