Html Css Color HEX #82664D Roman Coffee

📋 copy color: '#82664D'

red 130 ◦ green 102 ◦ blue 77

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

Shades of Roman Coffee #82664D

Tints of Roman Coffee #82664D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.01%

 BLUE value IS 77 (30.47% from 255) = 24.92%

R = 42.07%
G = 33.01%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#82664D (or 0x82664D) is known color: Roman Coffee. HEX triplet: 82, 66 and 4D. RGB value is (130,102,77). Sum of RGB (Red+Green+Blue) = 130+102+77=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #82664D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82664D is #7D99B2. Grayscale: #6B6B6B. Windows color (decimal): -8231347 or 5072514. OLE color: 5072514.

HSL color Cylindrical-coordinate representation of color #82664D: hue angle of 28.3º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #82664D is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 102 77 -
CMYK 0 0.22 0.41 0.49
HSL 28.3º 0.26% 0.41% -
HSV(B) 28.3º 0.41% 0.51% -
XYZ 15.3 14.78 9.07 -
YUV 107.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 130 102 77 0 0.22 0.41 0.49 28.3 0.26 0.41
Hex 82 66 4D 0 16 29 31 1C 1A 29
Octal 202 146 115 0 26 51 61 34 32 51
Binary 10000010 1100110 1001101 0 10110 101001 110001 11100 11010 101001

Color Harmonies of #82664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82664D

Black with #82664D

Text Example


Text Example

White with #82664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,102,77); }

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

background-color css

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

 a { background-color: rgb(130,102,77); }

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

border-color css

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

 span { border-color: rgb(130,102,77); }

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