Html Css Color HEX #82715B Cement

📋 copy color: '#82715B'

red 130 ◦ green 113 ◦ blue 91

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

Shades of Cement #82715B

Tints of Cement #82715B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.83%

 BLUE value IS 91 (35.94% from 255) = 27.25%

R = 38.92%
G = 33.83%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82715B (or 0x82715B) is known color: Cement. HEX triplet: 82, 71 and 5B. RGB value is (130,113,91). Sum of RGB (Red+Green+Blue) = 130+113+91=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #82715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82715B is #7D8EA4. Grayscale: #737373. Windows color (decimal): -8228517 or 5992834. OLE color: 5992834.

HSL color Cylindrical-coordinate representation of color #82715B: hue angle of 33.85º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82715B is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 113 91 -
CMYK 0 0.13 0.30 0.49
HSL 33.85º 0.18% 0.43% -
HSV(B) 33.85º 0.3% 0.51% -
XYZ 17 17.31 12.34 -
YUV 115.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 130 113 91 0 0.13 0.30 0.49 33.85 0.18 0.43
Hex 82 71 5B 0 D 1E 31 22 12 2B
Octal 202 161 133 0 15 36 61 42 22 53
Binary 10000010 1110001 1011011 0 1101 11110 110001 100010 10010 101011

Color Harmonies of #82715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82715B

Black with #82715B

Text Example


Text Example

White with #82715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82715B; }

 p { color: rgb(130,113,91); }

 H1.HeaderClassName
 {
   color: #82715B;
 }
 .AnyTagClassName
 {
   color: #82715B;
 }
</style>

background-color css

<style>
 a { background-color: #82715B; }

 a { background-color: rgb(130,113,91); }

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

border-color css

<style>
 span { border-color: #82715B; }

 span { border-color: rgb(130,113,91); }

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