#83781c

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

Shades of Pesto #83781C

Tints of Pesto #83781C

Color information

#83781C (or 0x83781C) is unknown color: approx Pesto. HEX triplet: 83, 78 and 1C. RGB value is (131,120,28). Sum of RGB (Red+Green+Blue) = 131+120+28=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #83781C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83781C is #7C87E3. Grayscale: #717171. Windows color (decimal): -8161252 or 1865859. OLE color: 1865859.

HSL color Cylindrical-coordinate representation of color #83781C: hue angle of 53.59º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #83781C is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB13112028-
CMYK00.080.790.49
HSL53.59º64.78%31.18%-
HSV(B)53.59º78.63%51.37%-
XYZ16.2918.343.78-
YUV112.880.14140.98-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 46.95%
GREEN value IS 120 (47.27% from 255) = 43.01%
BLUE value IS 28 (11.33% from 255) = 10.04%
R=46.95%
G=43.01%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311202800.080.790.4953.5964.7831.18
Hex83781C084F3136411f
Octal20317034010117616610137
Binary10000011111100011100010001001111110001110110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83781c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83781c; }

 p { color: rgb(131,120,28); }

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

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

 a { background-color: rgb(131,120,28); }

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

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

 span { border-color: rgb(131,120,28); }

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