#827359

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

Shades of Cement #827359

Tints of Cement #827359

Color information

#827359 (or 0x827359) is unknown color: approx Cement. HEX triplet: 82, 73 and 59. RGB value is (130,115,89). Sum of RGB (Red+Green+Blue) = 130+115+89=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #827359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827359 is #7D8CA6. Grayscale: #747474. Windows color (decimal): -8228007 or 5862274. OLE color: 5862274.

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

Color convert

RGB13011589-
CMYK00.120.320.49
HSL38.05º18.72%42.94%-
HSV(B)38.05º31.54%50.98%-
XYZ17.1417.7311.97-
YUV116.52112.47137.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.92%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 89 (35.16% from 255) = 26.65%
R=38.92%
G=34.43%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301158900.120.320.4938.0518.7242.94
Hex8273590C203126132b
Octal2021631310144061462353
Binary10000010111001110110010110010000011000110011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827359; }

 p { color: rgb(130,115,89); }

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

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

 a { background-color: rgb(130,115,89); }

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

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

 span { border-color: rgb(130,115,89); }

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