Html Css Color HEX #827D2A Pesto

📋 copy color: '#827D2A'

red 130 ◦ green 125 ◦ blue 42

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

Shades of Pesto #827D2A

Tints of Pesto #827D2A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.09%

 BLUE value IS 42 (16.8% from 255) = 14.14%

R = 43.77%
G = 42.09%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#827D2A (or 0x827D2A) is known color: Pesto. HEX triplet: 82, 7D and 2A. RGB value is (130,125,42). Sum of RGB (Red+Green+Blue) = 130+125+42=297 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.77% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 130 - color contains mainly: red. Hex color #827D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827D2A is #7D82D5. Grayscale: #757575. Windows color (decimal): -8225494 or 2784642. OLE color: 2784642.

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

Color convert

RGB 130 125 42 -
CMYK 0 0.04 0.68 0.49
HSL 56.59º 0.51% 0.34% -
HSV(B) 56.59º 0.68% 0.51% -
XYZ 16.96 19.58 5.08 -
YUV 117.03 85.66 137.25 -
System Red Green Blue C M Y K H S L
Decimal 130 125 42 0 0.04 0.68 0.49 56.59 0.51 0.34
Hex 82 7D 2A 0 4 44 31 39 33 22
Octal 202 175 52 0 4 104 61 71 63 42
Binary 10000010 1111101 101010 0 100 1000100 110001 111001 110011 100010

Color Harmonies of #827D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827D2A

Black with #827D2A

Text Example


Text Example

White with #827D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,125,42); }

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

background-color css

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

 a { background-color: rgb(130,125,42); }

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

border-color css

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

 span { border-color: rgb(130,125,42); }

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