#807338

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

Shades of Pesto #807338

Tints of Pesto #807338

Color information

#807338 (or 0x807338) is unknown color: approx Pesto. HEX triplet: 80, 73 and 38. RGB value is (128,115,56). Sum of RGB (Red+Green+Blue) = 128+115+56=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #807338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807338 is #7F8CC7. Grayscale: #707070. Windows color (decimal): -8359112 or 3699584. OLE color: 3699584.

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

Color convert

RGB12811556-
CMYK00.100.560.50
HSL49.17º39.13%36.08%-
HSV(B)49.17º56.25%50.2%-
XYZ15.7517.146.22-
YUV112.1696.31139.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 56 (22.27% from 255) = 18.73%
R=42.81%
G=38.46%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281155600.100.560.5049.1739.1336.08
Hex8073380A3832312724
Octal200163700127062614744
Binary10000000111001111100001010111000110010110001100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807338; }

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

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

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

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

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

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

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

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