#807B38

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

Shades of Pesto #807B38

Tints of Pesto #807B38

Color information

#807B38 (or 0x807B38) is unknown color: approx Pesto. HEX triplet: 80, 7B and 38. RGB value is (128,123,56). Sum of RGB (Red+Green+Blue) = 128+123+56=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #807B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807B38 is #7F84C7. Grayscale: #757575. Windows color (decimal): -8357064 or 3701632. OLE color: 3701632.

HSL color Cylindrical-coordinate representation of color #807B38: hue angle of 55.83º 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 #807B38 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.50.

Color convert

RGB12812356-
CMYK00.040.560.50
HSL55.83º39.13%36.08%-
HSV(B)55.83º56.25%50.2%-
XYZ16.719.046.54-
YUV116.8693.66135.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 41.69%
GREEN value IS 123 (48.44% from 255) = 40.07%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=41.69%
G=40.07%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281235600.040.560.5055.8339.1336.08
Hex807B38043832382724
Octal20017370047062704744
Binary1000000011110111110000100111000110010111000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807B38; }

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

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

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

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

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

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

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

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