Html Css Color HEX #82674F Roman Coffee

📋 copy color: '#82674F'

red 130 ◦ green 103 ◦ blue 79

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

Shades of Roman Coffee #82674F

Tints of Roman Coffee #82674F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.32%

R = 41.67%
G = 33.01%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#82674F (or 0x82674F) is known color: Roman Coffee. HEX triplet: 82, 67 and 4F. RGB value is (130,103,79). Sum of RGB (Red+Green+Blue) = 130+103+79=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #82674F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82674F is #7D98B0. Grayscale: #6C6C6C. Windows color (decimal): -8231089 or 5203842. OLE color: 5203842.

HSL color Cylindrical-coordinate representation of color #82674F: hue angle of 28.24º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82674F is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 103 79 -
CMYK 0 0.21 0.39 0.49
HSL 28.24º 0.24% 0.41% -
HSV(B) 28.24º 0.39% 0.51% -
XYZ 15.47 15.01 9.48 -
YUV 108.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 130 103 79 0 0.21 0.39 0.49 28.24 0.24 0.41
Hex 82 67 4F 0 15 27 31 1C 18 29
Octal 202 147 117 0 25 47 61 34 30 51
Binary 10000010 1100111 1001111 0 10101 100111 110001 11100 11000 101001

Color Harmonies of #82674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82674F

Black with #82674F

Text Example


Text Example

White with #82674F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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