Html Css Color HEX #827829 Pesto

📋 copy color: '#827829'

red 130 ◦ green 120 ◦ blue 41

#827829
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pesto #827829

Tints of Pesto #827829

RGB

 RED value IS 130 (51.17% from 255) = 44.67%

 GREEN value IS 120 (47.27% from 255) = 41.24%

 BLUE value IS 41 (16.41% from 255) = 14.09%

R = 44.67%
G = 41.24%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#827829 (or 0x827829) is known color: Pesto. HEX triplet: 82, 78 and 29. RGB value is (130,120,41). Sum of RGB (Red+Green+Blue) = 130+120+41=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #827829 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827829 is #7D87D6. Grayscale: #727272. Windows color (decimal): -8226775 or 2717826. OLE color: 2717826.

HSL color Cylindrical-coordinate representation of color #827829: hue angle of 53.26º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #827829 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 120 41 -
CMYK 0 0.08 0.68 0.49
HSL 53.26º 0.52% 0.34% -
HSV(B) 53.26º 0.68% 0.51% -
XYZ 16.32 18.34 4.78 -
YUV 113.98 86.81 139.42 -
System Red Green Blue C M Y K H S L
Decimal 130 120 41 0 0.08 0.68 0.49 53.26 0.52 0.34
Hex 82 78 29 0 8 44 31 35 34 22
Octal 202 170 51 0 10 104 61 65 64 42
Binary 10000010 1111000 101001 0 1000 1000100 110001 110101 110100 100010

Color Harmonies of #827829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827829

Black with #827829

Text Example


Text Example

White with #827829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827829; }

 p { color: rgb(130,120,41); }

 H1.HeaderClassName
 {
   color: #827829;
 }
 .AnyTagClassName
 {
   color: #827829;
 }
</style>

background-color css

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

 a { background-color: rgb(130,120,41); }

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

border-color css

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

 span { border-color: rgb(130,120,41); }

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