Html Css Color HEX #827A20 Pesto

📋 copy color: '#827A20'

red 130 ◦ green 122 ◦ blue 32

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

Shades of Pesto #827A20

Tints of Pesto #827A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 45.77%
G = 42.96%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#827A20 (or 0x827A20) is known color: Pesto. HEX triplet: 82, 7A and 20. RGB value is (130,122,32). Sum of RGB (Red+Green+Blue) = 130+122+32=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 122 (48.05% from 255 or 42.96% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #827A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A20 is #7D85DF. Grayscale: #727272. Windows color (decimal): -8226272 or 2128514. OLE color: 2128514.

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

Color convert

RGB 130 122 32 -
CMYK 0 0.06 0.75 0.49
HSL 55.1º 0.6% 0.32% -
HSV(B) 55.1º 0.75% 0.51% -
XYZ 16.43 18.77 4.12 -
YUV 114.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 130 122 32 0 0.06 0.75 0.49 55.1 0.6 0.32
Hex 82 7A 20 0 6 4B 31 37 3C 20
Octal 202 172 40 0 6 113 61 67 74 40
Binary 10000010 1111010 100000 0 110 1001011 110001 110111 111100 100000

Color Harmonies of #827A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A20

Black with #827A20

Text Example


Text Example

White with #827A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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