Html Css Color HEX #826455 Roman Coffee

📋 copy color: '#826455'

red 130 ◦ green 100 ◦ blue 85

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

Shades of Roman Coffee #826455

Tints of Roman Coffee #826455

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.75%

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

R = 41.27%
G = 31.75%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#826455 (or 0x826455) is known color: Roman Coffee. HEX triplet: 82, 64 and 55. RGB value is (130,100,85). Sum of RGB (Red+Green+Blue) = 130+100+85=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #826455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826455 is #7D9BAA. Grayscale: #6B6B6B. Windows color (decimal): -8231851 or 5596290. OLE color: 5596290.

HSL color Cylindrical-coordinate representation of color #826455: hue angle of 20º 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 #826455 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 100 85 -
CMYK 0 0.23 0.35 0.49
HSL 20º 0.21% 0.42% -
HSV(B) 20º 0.35% 0.51% -
XYZ 15.4 14.52 10.58 -
YUV 107.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 130 100 85 0 0.23 0.35 0.49 20 0.21 0.42
Hex 82 64 55 0 17 23 31 14 15 2A
Octal 202 144 125 0 27 43 61 24 25 52
Binary 10000010 1100100 1010101 0 10111 100011 110001 10100 10101 101010

Color Harmonies of #826455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826455

Black with #826455

Text Example


Text Example

White with #826455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826455; }

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

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

background-color css

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

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

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

border-color css

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

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

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