#827433

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

Shades of Pesto #827433

Tints of Pesto #827433

Color information

#827433 (or 0x827433) is unknown color: approx Pesto. HEX triplet: 82, 74 and 33. RGB value is (130,116,51). Sum of RGB (Red+Green+Blue) = 130+116+51=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #827433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827433 is #7D8BCC. Grayscale: #717171. Windows color (decimal): -8227789 or 3372162. OLE color: 3372162.

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

Color convert

RGB13011651-
CMYK00.110.610.49
HSL49.37º43.65%35.49%-
HSV(B)49.37º60.77%50.98%-
XYZ16.0517.485.66-
YUV112.7893.14140.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.77%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 51 (20.31% from 255) = 17.17%
R=43.77%
G=39.06%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301165100.110.610.4949.3743.6535.49
Hex8274330B3D31312c23
Octal202164630137561615443
Binary10000010111010011001101011111101110001110001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827433; }

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

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

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

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

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

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

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

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