#827B3D

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

Shades of Pesto #827B3D

Tints of Pesto #827B3D

Color information

#827B3D (or 0x827B3D) is unknown color: approx Pesto. HEX triplet: 82, 7B and 3D. RGB value is (130,123,61). Sum of RGB (Red+Green+Blue) = 130+123+61=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #827B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B3D is #7D84C2. Grayscale: #767676. Windows color (decimal): -8225987 or 4029314. OLE color: 4029314.

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

Color convert

RGB13012361-
CMYK00.050.530.49
HSL53.91º36.13%37.45%-
HSV(B)53.91º53.08%50.98%-
XYZ17.1319.257.23-
YUV118.0295.82136.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 123 (48.44% from 255) = 39.17%
BLUE value IS 61 (24.22% from 255) = 19.43%
R=41.40%
G=39.17%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301236100.050.530.4953.9136.1337.45
Hex827B3D053531362425
Octal20217375056561664445
Binary1000001011110111111010101110101110001110110100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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