#827B33

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

Shades of Pesto #827B33

Tints of Pesto #827B33

Color information

#827B33 (or 0x827B33) is unknown color: approx Pesto. HEX triplet: 82, 7B and 33. RGB value is (130,123,51). Sum of RGB (Red+Green+Blue) = 130+123+51=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #827B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B33 is #7D84CC. Grayscale: #757575. Windows color (decimal): -8225997 or 3373954. OLE color: 3373954.

HSL color Cylindrical-coordinate representation of color #827B33: hue angle of 54.68º 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 #827B33 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB13012351-
CMYK00.050.610.49
HSL54.68º43.65%35.49%-
HSV(B)54.68º60.77%50.98%-
XYZ16.8919.155.94-
YUV116.8890.82137.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 123 (48.44% from 255) = 40.46%
BLUE value IS 51 (20.31% from 255) = 16.78%
R=42.76%
G=40.46%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301235100.050.610.4954.6843.6535.49
Hex827B33053D31372c23
Octal20217363057561675443
Binary1000001011110111100110101111101110001110111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827B33; }

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

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

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

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

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

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

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

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