Html Css Color HEX #82715C Cement

📋 copy color: '#82715C'

red 130 ◦ green 113 ◦ blue 92

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

Shades of Cement #82715C

Tints of Cement #82715C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.46%

R = 38.81%
G = 33.73%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82715C (or 0x82715C) is known color: Cement. HEX triplet: 82, 71 and 5C. RGB value is (130,113,92). Sum of RGB (Red+Green+Blue) = 130+113+92=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #82715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82715C is #7D8EA3. Grayscale: #737373. Windows color (decimal): -8228516 or 6058370. OLE color: 6058370.

HSL color Cylindrical-coordinate representation of color #82715C: hue angle of 33.16º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #82715C is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 113 92 -
CMYK 0 0.13 0.29 0.49
HSL 33.16º 0.17% 0.44% -
HSV(B) 33.16º 0.29% 0.51% -
XYZ 17.04 17.33 12.57 -
YUV 115.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 130 113 92 0 0.13 0.29 0.49 33.16 0.17 0.44
Hex 82 71 5C 0 D 1D 31 21 11 2C
Octal 202 161 134 0 15 35 61 41 21 54
Binary 10000010 1110001 1011100 0 1101 11101 110001 100001 10001 101100

Color Harmonies of #82715C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82715C

Black with #82715C

Text Example


Text Example

White with #82715C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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