#827623

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

Shades of Pesto #827623

Tints of Pesto #827623

Color information

#827623 (or 0x827623) is unknown color: approx Pesto. HEX triplet: 82, 76 and 23. RGB value is (130,118,35). Sum of RGB (Red+Green+Blue) = 130+118+35=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #827623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827623 is #7D89DC. Grayscale: #707070. Windows color (decimal): -8227293 or 2324098. OLE color: 2324098.

HSL color Cylindrical-coordinate representation of color #827623: hue angle of 52.42º 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 #827623 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB13011835-
CMYK00.090.730.49
HSL52.42º57.58%32.35%-
HSV(B)52.42º73.08%50.98%-
XYZ15.9917.824.19-
YUV112.1384.48140.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 35 (14.06% from 255) = 12.37%
R=45.94%
G=41.70%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301183500.090.730.4952.4257.5832.35
Hex827623094931343a20
Octal2021664301111161647240
Binary100000101110110100011010011001001110001110100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827623; }

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

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

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

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

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

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

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

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