#827815

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

Shades of Pesto #827815

Tints of Pesto #827815

Color information

#827815 (or 0x827815) is unknown color: approx Pesto. HEX triplet: 82, 78 and 15. RGB value is (130,120,21). Sum of RGB (Red+Green+Blue) = 130+120+21=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #827815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827815 is #7D87EA. Grayscale: #707070. Windows color (decimal): -8226795 or 1407106. OLE color: 1407106.

HSL color Cylindrical-coordinate representation of color #827815: hue angle of 54.5º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #827815 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB13012021-
CMYK00.080.840.49
HSL54.5º72.19%29.61%-
HSV(B)54.5º83.85%50.98%-
XYZ16.0618.233.38-
YUV111.776.81141.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 120 (47.27% from 255) = 44.28%
BLUE value IS 21 (8.59% from 255) = 7.75%
R=47.97%
G=44.28%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301202100.080.840.4954.572.1929.61
Hex82781508543136481e
Octal20217025010124616611036
Binary10000010111100010101010001010100110001110110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827815; }

 p { color: rgb(130,120,21); }

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

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

 a { background-color: rgb(130,120,21); }

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

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

 span { border-color: rgb(130,120,21); }

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