Html Css Color HEX #827C29 Pesto

📋 copy color: '#827C29'

red 130 ◦ green 124 ◦ blue 41

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

Shades of Pesto #827C29

Tints of Pesto #827C29

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.03%

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

R = 44.07%
G = 42.03%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#827C29 (or 0x827C29) is known color: Pesto. HEX triplet: 82, 7C and 29. RGB value is (130,124,41). Sum of RGB (Red+Green+Blue) = 130+124+41=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #827C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C29 is #7D83D6. Grayscale: #747474. Windows color (decimal): -8225751 or 2718850. OLE color: 2718850.

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

Color convert

RGB 130 124 41 -
CMYK 0 0.05 0.68 0.49
HSL 55.96º 0.52% 0.34% -
HSV(B) 55.96º 0.68% 0.51% -
XYZ 16.81 19.32 4.94 -
YUV 116.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 130 124 41 0 0.05 0.68 0.49 55.96 0.52 0.34
Hex 82 7C 29 0 5 44 31 38 34 22
Octal 202 174 51 0 5 104 61 70 64 42
Binary 10000010 1111100 101001 0 101 1000100 110001 111000 110100 100010

Color Harmonies of #827C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C29

Black with #827C29

Text Example


Text Example

White with #827C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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