#826B53

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

Shades of Cement #826B53

Tints of Cement #826B53

Color information

#826B53 (or 0x826B53) is unknown color: approx Cement. HEX triplet: 82, 6B and 53. RGB value is (130,107,83). Sum of RGB (Red+Green+Blue) = 130+107+83=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #826B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826B53 is #7D94AC. Grayscale: #6F6F6F. Windows color (decimal): -8230061 or 5467010. OLE color: 5467010.

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

Color convert

RGB13010783-
CMYK00.180.360.49
HSL30.64º22.07%41.76%-
HSV(B)30.64º36.15%50.98%-
XYZ16.0215.8910.41-
YUV111.14112.12141.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.62%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 83 (32.81% from 255) = 25.94%
R=40.62%
G=33.44%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301078300.180.360.4930.6422.0741.76
Hex826B5301224311f162a
Octal2021531230224461372652
Binary10000010110101110100110100101001001100011111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,107,83); }

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

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

 a { background-color: rgb(130,107,83); }

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

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

 span { border-color: rgb(130,107,83); }

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