#80751A

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

Shades of Pesto #80751A

Tints of Pesto #80751A

Color information

#80751A (or 0x80751A) is unknown color: approx Pesto. HEX triplet: 80, 75 and 1A. RGB value is (128,117,26). Sum of RGB (Red+Green+Blue) = 128+117+26=271 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.23% from 271); Green value is 117 (46.09% from 255 or 43.17% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 128 - color contains mainly: red. Hex color #80751A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80751A is #7F8AE5. Grayscale: #6E6E6E. Windows color (decimal): -8358630 or 1734016. OLE color: 1734016.

HSL color Cylindrical-coordinate representation of color #80751A: hue angle of 53.53º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80751A is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB12811726-
CMYK00.090.800.50
HSL53.53º66.23%30.2%-
HSV(B)53.53º79.69%50.2%-
XYZ15.4517.393.52-
YUV109.9280.64140.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.23%
GREEN value IS 117 (46.09% from 255) = 43.17%
BLUE value IS 26 (10.55% from 255) = 9.59%
R=47.23%
G=43.17%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281172600.090.800.5053.5366.2330.2
Hex80751A09503236421e
Octal20016532011120626610236
Binary10000000111010111010010011010000110010110110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80751A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,117,26); }

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

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

 a { background-color: rgb(128,117,26); }

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

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

 span { border-color: rgb(128,117,26); }

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