#827422

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

Shades of Pesto #827422

Tints of Pesto #827422

Color information

#827422 (or 0x827422) is unknown color: approx Pesto. HEX triplet: 82, 74 and 22. RGB value is (130,116,34). Sum of RGB (Red+Green+Blue) = 130+116+34=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #827422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827422 is #7D8BDD. Grayscale: #6F6F6F. Windows color (decimal): -8227806 or 2258050. OLE color: 2258050.

HSL color Cylindrical-coordinate representation of color #827422: hue angle of 51.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #827422 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB13011634-
CMYK00.110.740.49
HSL51.25º58.54%32.16%-
HSV(B)51.25º73.85%50.98%-
XYZ15.7417.354.03-
YUV110.8484.64141.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 116 (45.70% from 255) = 41.43%
BLUE value IS 34 (13.67% from 255) = 12.14%
R=46.43%
G=41.43%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301163400.110.740.4951.2558.5432.16
Hex8274220B4A31333b20
Octal2021644201311261637340
Binary100000101110100100010010111001010110001110011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827422; }

 p { color: rgb(130,116,34); }

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

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

 a { background-color: rgb(130,116,34); }

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

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

 span { border-color: rgb(130,116,34); }

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