#827330

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

Shades of Pesto #827330

Tints of Pesto #827330

Color information

#827330 (or 0x827330) is unknown color: approx Pesto. HEX triplet: 82, 73 and 30. RGB value is (130,115,48). Sum of RGB (Red+Green+Blue) = 130+115+48=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #827330 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827330 is #7D8CCF. Grayscale: #707070. Windows color (decimal): -8228048 or 3175298. OLE color: 3175298.

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

Color convert

RGB13011548-
CMYK00.120.630.49
HSL49.02º46.07%34.9%-
HSV(B)49.02º63.08%50.98%-
XYZ15.8717.225.28-
YUV111.8591.97140.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.37%
GREEN value IS 115 (45.31% from 255) = 39.25%
BLUE value IS 48 (19.14% from 255) = 16.38%
R=44.37%
G=39.25%
B=16.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301154800.120.630.4949.0246.0734.9
Hex8273300C3F31312e23
Octal202163600147761615643
Binary10000010111001111000001100111111110001110001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827330; }

 p { color: rgb(130,115,48); }

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

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

 a { background-color: rgb(130,115,48); }

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

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

 span { border-color: rgb(130,115,48); }

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