Html Css Color HEX #827C2A Pesto

📋 copy color: '#827C2A'

red 130 ◦ green 124 ◦ blue 42

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

Shades of Pesto #827C2A

Tints of Pesto #827C2A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.89%

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

R = 43.92%
G = 41.89%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#827C2A (or 0x827C2A) is known color: Pesto. HEX triplet: 82, 7C and 2A. RGB value is (130,124,42). Sum of RGB (Red+Green+Blue) = 130+124+42=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #827C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C2A is #7D83D5. Grayscale: #747474. Windows color (decimal): -8225750 or 2784386. OLE color: 2784386.

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

Color convert

RGB 130 124 42 -
CMYK 0 0.05 0.68 0.49
HSL 55.91º 0.51% 0.34% -
HSV(B) 55.91º 0.68% 0.51% -
XYZ 16.83 19.33 5.03 -
YUV 116.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 130 124 42 0 0.05 0.68 0.49 55.91 0.51 0.34
Hex 82 7C 2A 0 5 44 31 38 33 22
Octal 202 174 52 0 5 104 61 70 63 42
Binary 10000010 1111100 101010 0 101 1000100 110001 111000 110011 100010

Color Harmonies of #827C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C2A

Black with #827C2A

Text Example


Text Example

White with #827C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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