Html Css Color HEX #826755 Roman Coffee

📋 copy color: '#826755'

red 130 ◦ green 103 ◦ blue 85

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

Shades of Roman Coffee #826755

Tints of Roman Coffee #826755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.73%

R = 40.88%
G = 32.39%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#826755 (or 0x826755) is known color: Roman Coffee. HEX triplet: 82, 67 and 55. RGB value is (130,103,85). Sum of RGB (Red+Green+Blue) = 130+103+85=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #826755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826755 is #7D98AA. Grayscale: #6D6D6D. Windows color (decimal): -8231083 or 5597058. OLE color: 5597058.

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

Color convert

RGB 130 103 85 -
CMYK 0 0.21 0.35 0.49
HSL 24º 0.21% 0.42% -
HSV(B) 24º 0.35% 0.51% -
XYZ 15.7 15.1 10.68 -
YUV 109.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 130 103 85 0 0.21 0.35 0.49 24 0.21 0.42
Hex 82 67 55 0 15 23 31 18 15 2A
Octal 202 147 125 0 25 43 61 30 25 52
Binary 10000010 1100111 1010101 0 10101 100011 110001 11000 10101 101010

Color Harmonies of #826755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826755

Black with #826755

Text Example


Text Example

White with #826755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826755; }

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

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

background-color css

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

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

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

border-color css

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

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

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