#806452

Color #806452 Roman Coffee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman Coffee #806452

Tints of Roman Coffee #806452

Color information

#806452 (or 0x806452) is unknown color: approx Roman Coffee. HEX triplet: 80, 64 and 52. RGB value is (128,100,82). Sum of RGB (Red+Green+Blue) = 128+100+82=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 82 (32.42% from 255 or 26.45% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #806452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806452 is #7F9BAD. Grayscale: #6A6A6A. Windows color (decimal): -8362926 or 5399680. OLE color: 5399680.

HSL color Cylindrical-coordinate representation of color #806452: hue angle of 23.48º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #806452 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB12810082-
CMYK00.220.360.50
HSL23.48º21.9%41.18%-
HSV(B)23.48º35.94%50.2%-
XYZ14.9814.319.96-
YUV106.32114.28143.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.29%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 82 (32.42% from 255) = 26.45%
R=41.29%
G=32.26%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281008200.220.360.5023.4821.941.18
Hex8064520162432171629
Octal2001441220264462272651
Binary10000000110010010100100101101001001100101011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806452; }

 p { color: rgb(128,100,82); }

 H1.HeaderClassName
 {
   color: #806452;
 }
 .AnyTagClassName
 {
   color: #806452;
 }
</style>
background-color css

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

 a { background-color: rgb(128,100,82); }

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

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

 span { border-color: rgb(128,100,82); }

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