#807938

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

Shades of Pesto #807938

Tints of Pesto #807938

Color information

#807938 (or 0x807938) is unknown color: approx Pesto. HEX triplet: 80, 79 and 38. RGB value is (128,121,56). Sum of RGB (Red+Green+Blue) = 128+121+56=305 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.97% from 305); Green value is 121 (47.66% from 255 or 39.67% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 128 - color contains mainly: red. Hex color #807938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807938 is #7F86C7. Grayscale: #737373. Windows color (decimal): -8357576 or 3701120. OLE color: 3701120.

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

Color convert

RGB12812156-
CMYK00.050.560.50
HSL54.17º39.13%36.08%-
HSV(B)54.17º56.25%50.2%-
XYZ16.4518.556.45-
YUV115.6894.32136.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.97%
GREEN value IS 121 (47.66% from 255) = 39.67%
BLUE value IS 56 (22.27% from 255) = 18.36%
R=41.97%
G=39.67%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281215600.050.560.5054.1739.1336.08
Hex807938053832362724
Octal20017170057062664744
Binary1000000011110011110000101111000110010110110100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807938; }

 p { color: rgb(128,121,56); }

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

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

 a { background-color: rgb(128,121,56); }

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

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

 span { border-color: rgb(128,121,56); }

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