#826D54

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

Shades of Cement #826D54

Tints of Cement #826D54

Color information

#826D54 (or 0x826D54) is unknown color: approx Cement. HEX triplet: 82, 6D and 54. RGB value is (130,109,84). Sum of RGB (Red+Green+Blue) = 130+109+84=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #826D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826D54 is #7D92AB. Grayscale: #707070. Windows color (decimal): -8229548 or 5533058. OLE color: 5533058.

HSL color Cylindrical-coordinate representation of color #826D54: hue angle of 32.61º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #826D54 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB13010984-
CMYK00.160.350.49
HSL32.61º21.5%41.96%-
HSV(B)32.61º35.38%50.98%-
XYZ16.2716.3210.68-
YUV112.43111.96140.53-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.25%
GREEN value IS 109 (42.97% from 255) = 33.75%
BLUE value IS 84 (33.20% from 255) = 26.01%
R=40.25%
G=33.75%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301098400.160.350.4932.6121.541.96
Hex826D54010233121152a
Octal2021551240204361412552
Binary100000101101101101010001000010001111000110000110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826D54; }

 p { color: rgb(130,109,84); }

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

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

 a { background-color: rgb(130,109,84); }

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

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

 span { border-color: rgb(130,109,84); }

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