#827157

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

Shades of Cement #827157

Tints of Cement #827157

Color information

#827157 (or 0x827157) is unknown color: approx Cement. HEX triplet: 82, 71 and 57. RGB value is (130,113,87). Sum of RGB (Red+Green+Blue) = 130+113+87=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #827157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827157 is #7D8EA8. Grayscale: #737373. Windows color (decimal): -8228521 or 5730690. OLE color: 5730690.

HSL color Cylindrical-coordinate representation of color #827157: hue angle of 36.28º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #827157 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB13011387-
CMYK00.130.330.49
HSL36.28º19.82%42.55%-
HSV(B)36.28º33.08%50.98%-
XYZ16.8317.2411.46-
YUV115.12112.13138.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 87 (34.38% from 255) = 26.36%
R=39.39%
G=34.24%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301138700.130.330.4936.2819.8242.55
Hex8271570D213124142b
Octal2021611270154161442453
Binary10000010111000110101110110110000111000110010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827157; }

 p { color: rgb(130,113,87); }

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

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

 a { background-color: rgb(130,113,87); }

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

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

 span { border-color: rgb(130,113,87); }

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