#827B38

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

Shades of Pesto #827B38

Tints of Pesto #827B38

Color information

#827B38 (or 0x827B38) is unknown color: approx Pesto. HEX triplet: 82, 7B and 38. RGB value is (130,123,56). Sum of RGB (Red+Green+Blue) = 130+123+56=309 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.07% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 130 - color contains mainly: red. Hex color #827B38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B38 is #7D84C7. Grayscale: #757575. Windows color (decimal): -8225992 or 3701634. OLE color: 3701634.

HSL color Cylindrical-coordinate representation of color #827B38: hue angle of 54.32º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #827B38 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB13012356-
CMYK00.050.570.49
HSL54.32º39.78%36.47%-
HSV(B)54.32º56.92%50.98%-
XYZ1719.26.55-
YUV117.4693.32136.95-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.07%
GREEN value IS 123 (48.44% from 255) = 39.81%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=42.07%
G=39.81%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301235600.050.570.4954.3239.7836.47
Hex827B38053931362824
Octal20217370057161665044
Binary1000001011110111110000101111001110001110110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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