#83735C

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

Shades of Cement #83735C

Tints of Cement #83735C

Color information

#83735C (or 0x83735C) is unknown color: approx 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

RGB13111592-
CMYK00.120.300.49
HSL35.38º17.49%43.73%-
HSV(B)35.38º29.77%51.37%-
XYZ17.4217.8612.65-
YUV117.16113.8137.87-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311159200.120.300.4935.3817.4943.73
Hex83735C0C1E3123112c
Octal2031631340143661432154
Binary1000001111100111011100011001111011000110001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>