#83725E

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

Shades of Cement #83725E

Tints of Cement #83725E

Color information

#83725E (or 0x83725E) is unknown color: approx Cement. HEX triplet: 83, 72 and 5E. RGB value is (131,114,94). Sum of RGB (Red+Green+Blue) = 131+114+94=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #83725E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83725E is #7C8DA1. Grayscale: #747474. Windows color (decimal): -8162722 or 6189699. OLE color: 6189699.

HSL color Cylindrical-coordinate representation of color #83725E: hue angle of 32.43º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #83725E is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB13111494-
CMYK00.130.280.49
HSL32.43º16.44%44.12%-
HSV(B)32.43º28.24%51.37%-
XYZ17.417.6713.08-
YUV116.8115.13138.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.64%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=38.64%
G=33.63%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311149400.130.280.4932.4316.4444.12
Hex83725E0D1C3120102c
Octal2031621360153461402054
Binary1000001111100101011110011011110011000110000010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83725E; }

 p { color: rgb(131,114,94); }

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

<style>
 a { background-color: #83725E; }

 a { background-color: rgb(131,114,94); }

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

<style>
 span { border-color: #83725E; }

 span { border-color: rgb(131,114,94); }

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