#807238

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

Shades of Pesto #807238

Tints of Pesto #807238

Color information

#807238 (or 0x807238) is unknown color: approx Pesto. HEX triplet: 80, 72 and 38. RGB value is (128,114,56). Sum of RGB (Red+Green+Blue) = 128+114+56=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #807238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #807238 is #7F8DC7. Grayscale: #6F6F6F. Windows color (decimal): -8359368 or 3699328. OLE color: 3699328.

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

Color convert

RGB12811456-
CMYK00.110.560.50
HSL48.33º39.13%36.08%-
HSV(B)48.33º56.25%50.2%-
XYZ15.6316.916.18-
YUV111.5796.64139.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=42.95%
G=38.26%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281145600.110.560.5048.3339.1336.08
Hex8072380B3832302724
Octal200162700137062604744
Binary10000000111001011100001011111000110010110000100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #807238; }

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

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

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

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

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

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

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

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