Html Css Color HEX #82674D Roman Coffee

📋 copy color: '#82674D'

red 130 ◦ green 103 ◦ blue 77

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

Shades of Roman Coffee #82674D

Tints of Roman Coffee #82674D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

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

R = 41.94%
G = 33.23%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#82674D (or 0x82674D) is known color: Roman Coffee. HEX triplet: 82, 67 and 4D. RGB value is (130,103,77). Sum of RGB (Red+Green+Blue) = 130+103+77=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #82674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82674D is #7D98B2. Grayscale: #6C6C6C. Windows color (decimal): -8231091 or 5072770. OLE color: 5072770.

HSL color Cylindrical-coordinate representation of color #82674D: hue angle of 29.43º 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 #82674D is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 103 77 -
CMYK 0 0.21 0.41 0.49
HSL 29.43º 0.26% 0.41% -
HSV(B) 29.43º 0.41% 0.51% -
XYZ 15.4 14.98 9.1 -
YUV 108.11 110.45 143.61 -
System Red Green Blue C M Y K H S L
Decimal 130 103 77 0 0.21 0.41 0.49 29.43 0.26 0.41
Hex 82 67 4D 0 15 29 31 1D 1A 29
Octal 202 147 115 0 25 51 61 35 32 51
Binary 10000010 1100111 1001101 0 10101 101001 110001 11101 11010 101001

Color Harmonies of #82674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82674D

Black with #82674D

Text Example


Text Example

White with #82674D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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