Html Css Color HEX #826C53 Cement

📋 copy color: '#826C53'

red 130 ◦ green 108 ◦ blue 83

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

Shades of Cement #826C53

Tints of Cement #826C53

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.64%

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

R = 40.5%
G = 33.64%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#826C53 (or 0x826C53) is known color: Cement. HEX triplet: 82, 6C and 53. RGB value is (130,108,83). Sum of RGB (Red+Green+Blue) = 130+108+83=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #826C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826C53 is #7D93AC. Grayscale: #6F6F6F. Windows color (decimal): -8229805 or 5467266. OLE color: 5467266.

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

Color convert

RGB 130 108 83 -
CMYK 0 0.17 0.36 0.49
HSL 31.91º 0.22% 0.42% -
HSV(B) 31.91º 0.36% 0.51% -
XYZ 16.13 16.1 10.44 -
YUV 111.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 130 108 83 0 0.17 0.36 0.49 31.91 0.22 0.42
Hex 82 6C 53 0 11 24 31 20 16 2A
Octal 202 154 123 0 21 44 61 40 26 52
Binary 10000010 1101100 1010011 0 10001 100100 110001 100000 10110 101010

Color Harmonies of #826C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826C53

Black with #826C53

Text Example


Text Example

White with #826C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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