#826250

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

Shades of Roman Coffee #826250

Tints of Roman Coffee #826250

Color information

#826250 (or 0x826250) is unknown color: approx Roman Coffee. HEX triplet: 82, 62 and 50. RGB value is (130,98,80). Sum of RGB (Red+Green+Blue) = 130+98+80=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #826250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826250 is #7D9DAF. Grayscale: #696969. Windows color (decimal): -8232368 or 5268098. OLE color: 5268098.

HSL color Cylindrical-coordinate representation of color #826250: hue angle of 21.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #826250 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1309880-
CMYK00.250.380.49
HSL21.6º23.81%41.18%-
HSV(B)21.6º38.46%50.98%-
XYZ15.0214.069.51-
YUV105.52113.6145.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 98 (38.67% from 255) = 31.82%
BLUE value IS 80 (31.64% from 255) = 25.97%
R=42.21%
G=31.82%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130988000.250.380.4921.623.8141.18
Hex8262500192631161829
Octal2021421200314661263051
Binary10000010110001010100000110011001101100011011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826250; }

 p { color: rgb(130,98,80); }

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

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

 a { background-color: rgb(130,98,80); }

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

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

 span { border-color: rgb(130,98,80); }

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