Html Css Color HEX #827929 Pesto

📋 copy color: '#827929'

red 130 ◦ green 121 ◦ blue 41

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

Shades of Pesto #827929

Tints of Pesto #827929

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.44%

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

R = 44.52%
G = 41.44%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#827929 (or 0x827929) is known color: Pesto. HEX triplet: 82, 79 and 29. RGB value is (130,121,41). Sum of RGB (Red+Green+Blue) = 130+121+41=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 41 (16.41% from 255 or 14.04% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #827929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827929 is #7D86D6. Grayscale: #727272. Windows color (decimal): -8226519 or 2718082. OLE color: 2718082.

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

Color convert

RGB 130 121 41 -
CMYK 0 0.07 0.68 0.49
HSL 53.93º 0.52% 0.34% -
HSV(B) 53.93º 0.68% 0.51% -
XYZ 16.44 18.58 4.82 -
YUV 114.57 86.48 139 -
System Red Green Blue C M Y K H S L
Decimal 130 121 41 0 0.07 0.68 0.49 53.93 0.52 0.34
Hex 82 79 29 0 7 44 31 36 34 22
Octal 202 171 51 0 7 104 61 66 64 42
Binary 10000010 1111001 101001 0 111 1000100 110001 110110 110100 100010

Color Harmonies of #827929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827929

Black with #827929

Text Example


Text Example

White with #827929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827929; }

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

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

background-color css

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

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

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

border-color css

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

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

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