#807236

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

Shades of Pesto #807236

Tints of Pesto #807236

Color information

#807236 (or 0x807236) is unknown color: approx Pesto. HEX triplet: 80, 72 and 36. RGB value is (128,114,54). Sum of RGB (Red+Green+Blue) = 128+114+54=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #807236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807236 is #7F8DC9. Grayscale: #6F6F6F. Windows color (decimal): -8359370 or 3568256. OLE color: 3568256.

HSL color Cylindrical-coordinate representation of color #807236: hue angle of 48.65º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #807236 is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.50.

Color convert

RGB12811454-
CMYK00.110.580.50
HSL48.65º40.66%35.69%-
HSV(B)48.65º57.81%50.2%-
XYZ15.5916.895.93-
YUV111.3595.64139.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.24%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 54 (21.48% from 255) = 18.24%
R=43.24%
G=38.51%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281145400.110.580.5048.6540.6635.69
Hex8072360B3A32312924
Octal200162660137262615144
Binary10000000111001011011001011111010110010110001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807236; }

 p { color: rgb(128,114,54); }

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

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

 a { background-color: rgb(128,114,54); }

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

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

 span { border-color: rgb(128,114,54); }

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