#827933

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

Shades of Pesto #827933

Tints of Pesto #827933

Color information

#827933 (or 0x827933) is unknown color: approx Pesto. HEX triplet: 82, 79 and 33. RGB value is (130,121,51). Sum of RGB (Red+Green+Blue) = 130+121+51=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #827933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827933 is #7D86CC. Grayscale: #747474. Windows color (decimal): -8226509 or 3373442. OLE color: 3373442.

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

Color convert

RGB13012151-
CMYK00.070.610.49
HSL53.16º43.65%35.49%-
HSV(B)53.16º60.77%50.98%-
XYZ16.6418.665.86-
YUV115.7191.48138.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 121 (47.66% from 255) = 40.07%
BLUE value IS 51 (20.31% from 255) = 16.89%
R=43.05%
G=40.07%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301215100.070.610.4953.1643.6535.49
Hex827933073D31352c23
Octal20217163077561655443
Binary1000001011110011100110111111101110001110101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827933; }

 p { color: rgb(130,121,51); }

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

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

 a { background-color: rgb(130,121,51); }

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

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

 span { border-color: rgb(130,121,51); }

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