#827426

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

Shades of Pesto #827426

Tints of Pesto #827426

Color information

#827426 (or 0x827426) is unknown color: approx Pesto. HEX triplet: 82, 74 and 26. RGB value is (130,116,38). Sum of RGB (Red+Green+Blue) = 130+116+38=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #827426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827426 is #7D8BD9. Grayscale: #6F6F6F. Windows color (decimal): -8227802 or 2520194. OLE color: 2520194.

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

Color convert

RGB13011638-
CMYK00.110.710.49
HSL50.87º54.76%32.94%-
HSV(B)50.87º70.77%50.98%-
XYZ15.817.384.35-
YUV111.2986.64141.34-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 116 (45.70% from 255) = 40.85%
BLUE value IS 38 (15.23% from 255) = 13.38%
R=45.77%
G=40.85%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301163800.110.710.4950.8754.7632.94
Hex8274260B4731333721
Octal2021644601310761636741
Binary100000101110100100110010111000111110001110011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827426; }

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

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

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

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

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

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

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

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