#827B39

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

Shades of Pesto #827B39

Tints of Pesto #827B39

Color information

#827B39 (or 0x827B39) is unknown color: approx Pesto. HEX triplet: 82, 7B and 39. RGB value is (130,123,57). Sum of RGB (Red+Green+Blue) = 130+123+57=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 123 (48.44% from 255 or 39.68% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #827B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B39 is #7D84C6. Grayscale: #757575. Windows color (decimal): -8225991 or 3767170. OLE color: 3767170.

HSL color Cylindrical-coordinate representation of color #827B39: hue angle of 54.25º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #827B39 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB13012357-
CMYK00.050.560.49
HSL54.25º39.04%36.67%-
HSV(B)54.25º56.15%50.98%-
XYZ17.0319.216.68-
YUV117.5793.82136.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 123 (48.44% from 255) = 39.68%
BLUE value IS 57 (22.66% from 255) = 18.39%
R=41.94%
G=39.68%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301235700.050.560.4954.2539.0436.67
Hex827B39053831362725
Octal20217371057061664745
Binary1000001011110111110010101111000110001110110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827B39; }

 p { color: rgb(130,123,57); }

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

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

 a { background-color: rgb(130,123,57); }

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

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

 span { border-color: rgb(130,123,57); }

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