#827428

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

Shades of Pesto #827428

Tints of Pesto #827428

Color information

#827428 (or 0x827428) is unknown color: approx Pesto. HEX triplet: 82, 74 and 28. RGB value is (130,116,40). Sum of RGB (Red+Green+Blue) = 130+116+40=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #827428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827428 is #7D8BD7. Grayscale: #6F6F6F. Windows color (decimal): -8227800 or 2651266. OLE color: 2651266.

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

Color convert

RGB13011640-
CMYK00.110.690.49
HSL50.67º52.94%33.33%-
HSV(B)50.67º69.23%50.98%-
XYZ15.8317.394.53-
YUV111.5287.64141.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 116 (45.70% from 255) = 40.56%
BLUE value IS 40 (16.02% from 255) = 13.99%
R=45.45%
G=40.56%
B=13.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301164000.110.690.4950.6752.9433.33
Hex8274280B4531333521
Octal2021645001310561636541
Binary100000101110100101000010111000101110001110011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827428; }

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

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

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

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

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

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

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

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