Html Css Color HEX #82735D Cement

📋 copy color: '#82735D'

red 130 ◦ green 115 ◦ blue 93

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

Shades of Cement #82735D

Tints of Cement #82735D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 38.46%
G = 34.02%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#82735D (or 0x82735D) is known color: Cement. HEX triplet: 82, 73 and 5D. RGB value is (130,115,93). Sum of RGB (Red+Green+Blue) = 130+115+93=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #82735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82735D is #7D8CA2. Grayscale: #757575. Windows color (decimal): -8228003 or 6124418. OLE color: 6124418.

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

Color convert

RGB 130 115 93 -
CMYK 0 0.12 0.28 0.49
HSL 35.68º 0.17% 0.44% -
HSV(B) 35.68º 0.28% 0.51% -
XYZ 17.31 17.8 12.88 -
YUV 116.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 130 115 93 0 0.12 0.28 0.49 35.68 0.17 0.44
Hex 82 73 5D 0 C 1C 31 24 11 2C
Octal 202 163 135 0 14 34 61 44 21 54
Binary 10000010 1110011 1011101 0 1100 11100 110001 100100 10001 101100

Color Harmonies of #82735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82735D

Black with #82735D

Text Example


Text Example

White with #82735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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