#83715B

Color #83715B Cement (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cement #83715B

Tints of Cement #83715B

Color information

#83715B (or 0x83715B) is unknown color: approx Cement. HEX triplet: 83, 71 and 5B. RGB value is (131,113,91). Sum of RGB (Red+Green+Blue) = 131+113+91=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #83715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83715B is #7C8EA4. Grayscale: #737373. Windows color (decimal): -8162981 or 5992835. OLE color: 5992835.

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

Color convert

RGB13111391-
CMYK00.140.310.49
HSL33º18.02%43.53%-
HSV(B)33º30.53%51.37%-
XYZ17.1517.3912.35-
YUV115.87113.96138.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=39.10%
G=33.73%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311139100.140.310.493318.0243.53
Hex83715B0E1F3121122c
Octal2031611330163761412254
Binary1000001111100011011011011101111111000110000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83715B; }

 p { color: rgb(131,113,91); }

 H1.HeaderClassName
 {
   color: #83715B;
 }
 .AnyTagClassName
 {
   color: #83715B;
 }
</style>
background-color css

<style>
 a { background-color: #83715B; }

 a { background-color: rgb(131,113,91); }

 div.DivClassName
 {
   background-color: #83715B;
 }
 .BgClassName
 {
   background-color: #83715B;
 }
</style>
border-color css

<style>
 span { border-color: #83715B; }

 span { border-color: rgb(131,113,91); }

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