#827431

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

Shades of Pesto #827431

Tints of Pesto #827431

Color information

#827431 (or 0x827431) is unknown color: approx Pesto. HEX triplet: 82, 74 and 31. RGB value is (130,116,49). Sum of RGB (Red+Green+Blue) = 130+116+49=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #827431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827431 is #7D8BCE. Grayscale: #707070. Windows color (decimal): -8227791 or 3241090. OLE color: 3241090.

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

Color convert

RGB13011649-
CMYK00.110.620.49
HSL49.63º45.25%35.1%-
HSV(B)49.63º62.31%50.98%-
XYZ16.0117.465.43-
YUV112.5592.14140.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 116 (45.70% from 255) = 39.32%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=44.07%
G=39.32%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301164900.110.620.4949.6345.2535.1
Hex8274310B3E31322d23
Octal202164610137661625543
Binary10000010111010011000101011111110110001110010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827431; }

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

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

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

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

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

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

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

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