#83725B

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

Shades of Cement #83725B

Tints of Cement #83725B

Color information

#83725B (or 0x83725B) is unknown color: approx Cement. HEX triplet: 83, 72 and 5B. RGB value is (131,114,91). Sum of RGB (Red+Green+Blue) = 131+114+91=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 131 - color contains mainly: red. Hex color #83725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83725B is #7C8DA4. Grayscale: #747474. Windows color (decimal): -8162725 or 5993091. OLE color: 5993091.

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

Color convert

RGB13111491-
CMYK00.130.310.49
HSL34.5º18.02%43.53%-
HSV(B)34.5º30.53%51.37%-
XYZ17.2717.6212.39-
YUV116.46113.63138.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 114 (44.92% from 255) = 33.93%
BLUE value IS 91 (35.94% from 255) = 27.08%
R=38.99%
G=33.93%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311149100.130.310.4934.518.0243.53
Hex83725B0D1F3122122c
Octal2031621330153761422254
Binary1000001111100101011011011011111111000110001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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