Html Css Color HEX #827A29 Pesto

📋 copy color: '#827A29'

red 130 ◦ green 122 ◦ blue 41

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

Shades of Pesto #827A29

Tints of Pesto #827A29

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.64%

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

R = 44.37%
G = 41.64%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#827A29 (or 0x827A29) is known color: Pesto. HEX triplet: 82, 7A and 29. RGB value is (130,122,41). Sum of RGB (Red+Green+Blue) = 130+122+41=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 130 - color contains mainly: red. Hex color #827A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A29 is #7D85D6. Grayscale: #737373. Windows color (decimal): -8226263 or 2718338. OLE color: 2718338.

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

Color convert

RGB 130 122 41 -
CMYK 0 0.06 0.68 0.49
HSL 54.61º 0.52% 0.34% -
HSV(B) 54.61º 0.68% 0.51% -
XYZ 16.57 18.82 4.86 -
YUV 115.16 86.15 138.59 -
System Red Green Blue C M Y K H S L
Decimal 130 122 41 0 0.06 0.68 0.49 54.61 0.52 0.34
Hex 82 7A 29 0 6 44 31 37 34 22
Octal 202 172 51 0 6 104 61 67 64 42
Binary 10000010 1111010 101001 0 110 1000100 110001 110111 110100 100010

Color Harmonies of #827A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A29

Black with #827A29

Text Example


Text Example

White with #827A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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