Html Css Color HEX #82725B Cement

📋 copy color: '#82725B'

red 130 ◦ green 114 ◦ blue 91

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

Shades of Cement #82725B

Tints of Cement #82725B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.03%

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

R = 38.81%
G = 34.03%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#82725B (or 0x82725B) is known color: Cement. HEX triplet: 82, 72 and 5B. RGB value is (130,114,91). Sum of RGB (Red+Green+Blue) = 130+114+91=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #82725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82725B is #7D8DA4. Grayscale: #747474. Windows color (decimal): -8228261 or 5993090. OLE color: 5993090.

HSL color Cylindrical-coordinate representation of color #82725B: hue angle of 35.38º 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 #82725B is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 114 91 -
CMYK 0 0.12 0.30 0.49
HSL 35.38º 0.18% 0.43% -
HSV(B) 35.38º 0.3% 0.51% -
XYZ 17.11 17.54 12.38 -
YUV 116.16 113.8 137.87 -
System Red Green Blue C M Y K H S L
Decimal 130 114 91 0 0.12 0.30 0.49 35.38 0.18 0.43
Hex 82 72 5B 0 C 1E 31 23 12 2B
Octal 202 162 133 0 14 36 61 43 22 53
Binary 10000010 1110010 1011011 0 1100 11110 110001 100011 10010 101011

Color Harmonies of #82725B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82725B

Black with #82725B

Text Example


Text Example

White with #82725B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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