#827533

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

Shades of Pesto #827533

Tints of Pesto #827533

Color information

#827533 (or 0x827533) is unknown color: approx Pesto. HEX triplet: 82, 75 and 33. RGB value is (130,117,51). Sum of RGB (Red+Green+Blue) = 130+117+51=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 51 (20.31% from 255 or 17.11% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #827533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827533 is #7D8ACC. Grayscale: #717171. Windows color (decimal): -8227533 or 3372418. OLE color: 3372418.

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

Color convert

RGB13011751-
CMYK00.10.610.49
HSL50.13º43.65%35.49%-
HSV(B)50.13º60.77%50.98%-
XYZ16.1617.715.7-
YUV113.3692.81139.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 51 (20.31% from 255) = 17.11%
R=43.62%
G=39.26%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301175100.10.610.4950.1343.6535.49
Hex8275330A3D31322c23
Octal202165630127561625443
Binary10000010111010111001101010111101110001110010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827533; }

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

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

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

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

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

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

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

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