Html Css Color HEX #826D53 Cement

📋 copy color: '#826D53'

red 130 ◦ green 109 ◦ blue 83

#826D53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cement #826D53

Tints of Cement #826D53

RGB

 RED value IS 130 (51.17% from 255) = 40.37%

 GREEN value IS 109 (42.97% from 255) = 33.85%

 BLUE value IS 83 (32.81% from 255) = 25.78%

R = 40.37%
G = 33.85%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#826D53 (or 0x826D53) is known color: Cement. HEX triplet: 82, 6D and 53. RGB value is (130,109,83). Sum of RGB (Red+Green+Blue) = 130+109+83=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #826D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826D53 is #7D92AC. Grayscale: #707070. Windows color (decimal): -8229549 or 5467522. OLE color: 5467522.

HSL color Cylindrical-coordinate representation of color #826D53: hue angle of 33.19º 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 #826D53 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 109 83 -
CMYK 0 0.16 0.36 0.49
HSL 33.19º 0.22% 0.42% -
HSV(B) 33.19º 0.36% 0.51% -
XYZ 16.24 16.31 10.48 -
YUV 112.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 130 109 83 0 0.16 0.36 0.49 33.19 0.22 0.42
Hex 82 6D 53 0 10 24 31 21 16 2A
Octal 202 155 123 0 20 44 61 41 26 52
Binary 10000010 1101101 1010011 0 10000 100100 110001 100001 10110 101010

Color Harmonies of #826D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826D53

Black with #826D53

Text Example


Text Example

White with #826D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #826D53;
 }
 .AnyTagClassName
 {
   color: #826D53;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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