Html Css Color HEX #82736A Sand Dune

📋 copy color: '#82736A'

red 130 ◦ green 115 ◦ blue 106

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

Shades of Sand Dune #82736A

Tints of Sand Dune #82736A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.2%

R = 37.04%
G = 32.76%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#82736A (or 0x82736A) is known color: Sand Dune. HEX triplet: 82, 73 and 6A. RGB value is (130,115,106). Sum of RGB (Red+Green+Blue) = 130+115+106=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 115 (45.31% from 255 or 32.76% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #82736A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82736A is #7D8C95. Grayscale: #767676. Windows color (decimal): -8227990 or 6976386. OLE color: 6976386.

HSL color Cylindrical-coordinate representation of color #82736A: hue angle of 22.5º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82736A is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 115 106 -
CMYK 0 0.12 0.18 0.49
HSL 22.5º 0.1% 0.46% -
HSV(B) 22.5º 0.18% 0.51% -
XYZ 17.94 18.05 16.17 -
YUV 118.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 130 115 106 0 0.12 0.18 0.49 22.5 0.1 0.46
Hex 82 73 6A 0 C 12 31 16 A 2E
Octal 202 163 152 0 14 22 61 26 12 56
Binary 10000010 1110011 1101010 0 1100 10010 110001 10110 1010 101110

Color Harmonies of #82736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82736A

Black with #82736A

Text Example


Text Example

White with #82736A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82736A; }

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

 H1.HeaderClassName
 {
   color: #82736A;
 }
 .AnyTagClassName
 {
   color: #82736A;
 }
</style>

background-color css

<style>
 a { background-color: #82736A; }

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

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

border-color css

<style>
 span { border-color: #82736A; }

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

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