#827338

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

Shades of Pesto #827338

Tints of Pesto #827338

Color information

#827338 (or 0x827338) is unknown color: approx Pesto. HEX triplet: 82, 73 and 38. RGB value is (130,115,56). Sum of RGB (Red+Green+Blue) = 130+115+56=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #827338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827338 is #7D8CC7. Grayscale: #717171. Windows color (decimal): -8228040 or 3699586. OLE color: 3699586.

HSL color Cylindrical-coordinate representation of color #827338: hue angle of 47.84º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #827338 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB13011556-
CMYK00.120.570.49
HSL47.84º39.78%36.47%-
HSV(B)47.84º56.92%50.98%-
XYZ16.0517.296.23-
YUV112.7695.97140.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.19%
GREEN value IS 115 (45.31% from 255) = 38.21%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=43.19%
G=38.21%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301155600.120.570.4947.8439.7836.47
Hex8273380C3931302824
Octal202163700147161605044
Binary10000010111001111100001100111001110001110000101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827338; }

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

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

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

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

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

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

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

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