#83791A

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

Shades of Pesto #83791A

Tints of Pesto #83791A

Color information

#83791A (or 0x83791A) is unknown color: approx Pesto. HEX triplet: 83, 79 and 1A. RGB value is (131,121,26). Sum of RGB (Red+Green+Blue) = 131+121+26=278 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.12% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 131 - color contains mainly: red. Hex color #83791A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83791A is #7C86E5. Grayscale: #717171. Windows color (decimal): -8160998 or 1735043. OLE color: 1735043.

HSL color Cylindrical-coordinate representation of color #83791A: hue angle of 54.29º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #83791A is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB13112126-
CMYK00.080.800.49
HSL54.29º66.88%30.78%-
HSV(B)54.29º80.15%51.37%-
XYZ16.3818.573.7-
YUV113.1678.81140.72-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.12%
GREEN value IS 121 (47.66% from 255) = 43.53%
BLUE value IS 26 (10.55% from 255) = 9.35%
R=47.12%
G=43.53%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311212600.080.800.4954.2966.8830.78
Hex83791A08503136431f
Octal20317132010120616610337
Binary10000011111100111010010001010000110001110110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83791A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83791A; }

 p { color: rgb(131,121,26); }

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

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

 a { background-color: rgb(131,121,26); }

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

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

 span { border-color: rgb(131,121,26); }

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