Html Css Color HEX #83735C Cement

📋 copy color: '#83735C'

red 131 ◦ green 115 ◦ blue 92

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

Shades of Cement #83735C

Tints of Cement #83735C

RGB

 RED value IS 131 (51.56% from 255) = 38.76%

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

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

R = 38.76%
G = 34.02%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83735C (or 0x83735C) is known color: Cement. HEX triplet: 83, 73 and 5C. RGB value is (131,115,92). Sum of RGB (Red+Green+Blue) = 131+115+92=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #83735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83735C is #7C8CA3. Grayscale: #757575. Windows color (decimal): -8162468 or 6058883. OLE color: 6058883.

HSL color Cylindrical-coordinate representation of color #83735C: hue angle of 35.38º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83735C is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 115 92 -
CMYK 0 0.12 0.30 0.49
HSL 35.38º 0.17% 0.44% -
HSV(B) 35.38º 0.3% 0.51% -
XYZ 17.42 17.86 12.65 -
YUV 117.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 131 115 92 0 0.12 0.30 0.49 35.38 0.17 0.44
Hex 83 73 5C 0 C 1E 31 23 11 2C
Octal 203 163 134 0 14 36 61 43 21 54
Binary 10000011 1110011 1011100 0 1100 11110 110001 100011 10001 101100

Color Harmonies of #83735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83735C

Black with #83735C

Text Example


Text Example

White with #83735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,115,92); }

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

background-color css

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

 a { background-color: rgb(131,115,92); }

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

border-color css

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

 span { border-color: rgb(131,115,92); }

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