Html Css Color HEX #827A2A Pesto

📋 copy color: '#827A2A'

red 130 ◦ green 122 ◦ blue 42

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

Shades of Pesto #827A2A

Tints of Pesto #827A2A

RGB

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

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

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

R = 44.22%
G = 41.5%
B = 14.29%

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

#827A2A (or 0x827A2A) is known color: Pesto. HEX triplet: 82, 7A and 2A. RGB value is (130,122,42). Sum of RGB (Red+Green+Blue) = 130+122+42=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #827A2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A2A is #7D85D5. Grayscale: #737373. Windows color (decimal): -8226262 or 2783874. OLE color: 2783874.

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

Color convert

RGB 130 122 42 -
CMYK 0 0.06 0.68 0.49
HSL 54.55º 0.51% 0.34% -
HSV(B) 54.55º 0.68% 0.51% -
XYZ 16.58 18.83 4.95 -
YUV 115.27 86.65 138.5 -
System Red Green Blue C M Y K H S L
Decimal 130 122 42 0 0.06 0.68 0.49 54.55 0.51 0.34
Hex 82 7A 2A 0 6 44 31 37 33 22
Octal 202 172 52 0 6 104 61 67 63 42
Binary 10000010 1111010 101010 0 110 1000100 110001 110111 110011 100010

Color Harmonies of #827A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A2A

Black with #827A2A

Text Example


Text Example

White with #827A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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