Html Css Color HEX #826B53 Cement

📋 copy color: '#826B53'

red 130 ◦ green 107 ◦ blue 83

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

Shades of Cement #826B53

Tints of Cement #826B53

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.44%

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

R = 40.63%
G = 33.44%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#826B53 (or 0x826B53) is known color: 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

RGB 130 107 83 -
CMYK 0 0.18 0.36 0.49
HSL 30.64º 0.22% 0.42% -
HSV(B) 30.64º 0.36% 0.51% -
XYZ 16.02 15.89 10.41 -
YUV 111.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 130 107 83 0 0.18 0.36 0.49 30.64 0.22 0.42
Hex 82 6B 53 0 12 24 31 1F 16 2A
Octal 202 153 123 0 22 44 61 37 26 52
Binary 10000010 1101011 1010011 0 10010 100100 110001 11111 10110 101010

Color Harmonies of #826B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826B53

Black with #826B53

Text Example


Text Example

White with #826B53

Text Example


Text Example

HTML Codes & Css Web 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>