#827B32

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

Shades of Pesto #827B32

Tints of Pesto #827B32

Color information

#827B32 (or 0x827B32) is unknown color: approx Pesto. HEX triplet: 82, 7B and 32. RGB value is (130,123,50). Sum of RGB (Red+Green+Blue) = 130+123+50=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #827B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B32 is #7D84CD. Grayscale: #757575. Windows color (decimal): -8225998 or 3308418. OLE color: 3308418.

HSL color Cylindrical-coordinate representation of color #827B32: hue angle of 54.75º degrees, saturation: 0.44, 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 #827B32 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB13012350-
CMYK00.050.620.49
HSL54.75º44.44%35.29%-
HSV(B)54.75º61.54%50.98%-
XYZ16.8619.145.82-
YUV116.7790.32137.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 123 (48.44% from 255) = 40.59%
BLUE value IS 50 (19.92% from 255) = 16.50%
R=42.90%
G=40.59%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301235000.050.620.4954.7544.4435.29
Hex827B32053E31372c23
Octal20217362057661675443
Binary1000001011110111100100101111110110001110111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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