#83745B

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

Shades of Cement #83745B

Tints of Cement #83745B

Color information

#83745B (or 0x83745B) is unknown color: approx Cement. HEX triplet: 83, 74 and 5B. RGB value is (131,116,91). Sum of RGB (Red+Green+Blue) = 131+116+91=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #83745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83745B is #7C8BA4. Grayscale: #757575. Windows color (decimal): -8162213 or 5993603. OLE color: 5993603.

HSL color Cylindrical-coordinate representation of color #83745B: hue angle of 37.5º 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 #83745B is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB13111691-
CMYK00.110.310.49
HSL37.5º18.02%43.53%-
HSV(B)37.5º30.53%51.37%-
XYZ17.4918.0712.46-
YUV117.64112.97137.53-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=38.76%
G=34.32%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311169100.110.310.4937.518.0243.53
Hex83745B0B1F3125122c
Octal2031641330133761452254
Binary1000001111101001011011010111111111000110010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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