Html Css Color HEX #82654F Roman Coffee

📋 copy color: '#82654F'

red 130 ◦ green 101 ◦ blue 79

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

Shades of Roman Coffee #82654F

Tints of Roman Coffee #82654F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.58%

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

R = 41.94%
G = 32.58%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#82654F (or 0x82654F) is known color: Roman Coffee. HEX triplet: 82, 65 and 4F. RGB value is (130,101,79). Sum of RGB (Red+Green+Blue) = 130+101+79=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #82654F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82654F is #7D9AB0. Grayscale: #6B6B6B. Windows color (decimal): -8231601 or 5203330. OLE color: 5203330.

HSL color Cylindrical-coordinate representation of color #82654F: hue angle of 25.88º 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 #82654F is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 101 79 -
CMYK 0 0.22 0.39 0.49
HSL 25.88º 0.24% 0.41% -
HSV(B) 25.88º 0.39% 0.51% -
XYZ 15.27 14.62 9.41 -
YUV 107.16 112.11 144.29 -
System Red Green Blue C M Y K H S L
Decimal 130 101 79 0 0.22 0.39 0.49 25.88 0.24 0.41
Hex 82 65 4F 0 16 27 31 1A 18 29
Octal 202 145 117 0 26 47 61 32 30 51
Binary 10000010 1100101 1001111 0 10110 100111 110001 11010 11000 101001

Color Harmonies of #82654F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82654F

Black with #82654F

Text Example


Text Example

White with #82654F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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