Html Css Color HEX #826852 Roman Coffee

📋 copy color: '#826852'

red 130 ◦ green 104 ◦ blue 82

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

Shades of Roman Coffee #826852

Tints of Roman Coffee #826852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.91%

 BLUE value IS 82 (32.42% from 255) = 25.95%

R = 41.14%
G = 32.91%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#826852 (or 0x826852) is known color: Roman Coffee. HEX triplet: 82, 68 and 52. RGB value is (130,104,82). Sum of RGB (Red+Green+Blue) = 130+104+82=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #826852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826852 is #7D97AD. Grayscale: #6D6D6D. Windows color (decimal): -8230830 or 5400706. OLE color: 5400706.

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

Color convert

RGB 130 104 82 -
CMYK 0 0.2 0.37 0.49
HSL 27.5º 0.23% 0.42% -
HSV(B) 27.5º 0.37% 0.51% -
XYZ 15.68 15.26 10.1 -
YUV 109.27 112.61 142.79 -
System Red Green Blue C M Y K H S L
Decimal 130 104 82 0 0.2 0.37 0.49 27.5 0.23 0.42
Hex 82 68 52 0 14 25 31 1C 17 2A
Octal 202 150 122 0 24 45 61 34 27 52
Binary 10000010 1101000 1010010 0 10100 100101 110001 11100 10111 101010

Color Harmonies of #826852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826852

Black with #826852

Text Example


Text Example

White with #826852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826852; }

 p { color: rgb(130,104,82); }

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

background-color css

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

 a { background-color: rgb(130,104,82); }

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

border-color css

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

 span { border-color: rgb(130,104,82); }

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