#827423

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

Shades of Pesto #827423

Tints of Pesto #827423

Color information

#827423 (or 0x827423) is unknown color: approx Pesto. HEX triplet: 82, 74 and 23. RGB value is (130,116,35). Sum of RGB (Red+Green+Blue) = 130+116+35=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #827423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827423 is #7D8BDC. Grayscale: #6F6F6F. Windows color (decimal): -8227805 or 2323586. OLE color: 2323586.

HSL color Cylindrical-coordinate representation of color #827423: hue angle of 51.16º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #827423 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB13011635-
CMYK00.110.730.49
HSL51.16º57.58%32.35%-
HSV(B)51.16º73.08%50.98%-
XYZ15.7517.364.11-
YUV110.9585.14141.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 35 (14.06% from 255) = 12.46%
R=46.26%
G=41.28%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301163500.110.730.4951.1657.5832.35
Hex8274230B4931333a20
Octal2021644301311161637240
Binary100000101110100100011010111001001110001110011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827423; }

 p { color: rgb(130,116,35); }

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

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

 a { background-color: rgb(130,116,35); }

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

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

 span { border-color: rgb(130,116,35); }

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