Html Css Color HEX #82735C Cement

📋 copy color: '#82735C'

red 130 ◦ green 115 ◦ blue 92

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

Shades of Cement #82735C

Tints of Cement #82735C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.12%

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

R = 38.58%
G = 34.12%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82735C (or 0x82735C) is known color: Cement. HEX triplet: 82, 73 and 5C. RGB value is (130,115,92). Sum of RGB (Red+Green+Blue) = 130+115+92=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #82735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82735C is #7D8CA3. Grayscale: #747474. Windows color (decimal): -8228004 or 6058882. OLE color: 6058882.

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

Color convert

RGB 130 115 92 -
CMYK 0 0.12 0.29 0.49
HSL 36.32º 0.17% 0.44% -
HSV(B) 36.32º 0.29% 0.51% -
XYZ 17.27 17.78 12.65 -
YUV 116.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 130 115 92 0 0.12 0.29 0.49 36.32 0.17 0.44
Hex 82 73 5C 0 C 1D 31 24 11 2C
Octal 202 163 134 0 14 35 61 44 21 54
Binary 10000010 1110011 1011100 0 1100 11101 110001 100100 10001 101100

Color Harmonies of #82735C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82735C

Black with #82735C

Text Example


Text Example

White with #82735C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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