Html Css Color HEX #827A2C Pesto

📋 copy color: '#827A2C'

red 130 ◦ green 122 ◦ blue 44

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

Shades of Pesto #827A2C

Tints of Pesto #827A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.86%

R = 43.92%
G = 41.22%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#827A2C (or 0x827A2C) is known color: Pesto. HEX triplet: 82, 7A and 2C. RGB value is (130,122,44). Sum of RGB (Red+Green+Blue) = 130+122+44=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #827A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A2C is #7D85D3. Grayscale: #737373. Windows color (decimal): -8226260 or 2914946. OLE color: 2914946.

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

Color convert

RGB 130 122 44 -
CMYK 0 0.06 0.66 0.49
HSL 54.42º 0.49% 0.34% -
HSV(B) 54.42º 0.66% 0.51% -
XYZ 16.62 18.85 5.14 -
YUV 115.5 87.65 138.34 -
System Red Green Blue C M Y K H S L
Decimal 130 122 44 0 0.06 0.66 0.49 54.42 0.49 0.34
Hex 82 7A 2C 0 6 42 31 36 31 22
Octal 202 172 54 0 6 102 61 66 61 42
Binary 10000010 1111010 101100 0 110 1000010 110001 110110 110001 100010

Color Harmonies of #827A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A2C

Black with #827A2C

Text Example


Text Example

White with #827A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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