Html Css Color HEX #827A2F Pesto

📋 copy color: '#827A2F'

red 130 ◦ green 122 ◦ blue 47

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

Shades of Pesto #827A2F

Tints of Pesto #827A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.72%

R = 43.48%
G = 40.8%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#827A2F (or 0x827A2F) is known color: Pesto. HEX triplet: 82, 7A and 2F. RGB value is (130,122,47). Sum of RGB (Red+Green+Blue) = 130+122+47=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #827A2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A2F is #7D85D0. Grayscale: #747474. Windows color (decimal): -8226257 or 3111554. OLE color: 3111554.

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

Color convert

RGB 130 122 47 -
CMYK 0 0.06 0.64 0.49
HSL 54.22º 0.47% 0.35% -
HSV(B) 54.22º 0.64% 0.51% -
XYZ 16.68 18.87 5.45 -
YUV 115.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 130 122 47 0 0.06 0.64 0.49 54.22 0.47 0.35
Hex 82 7A 2F 0 6 40 31 36 2F 23
Octal 202 172 57 0 6 100 61 66 57 43
Binary 10000010 1111010 101111 0 110 1000000 110001 110110 101111 100011

Color Harmonies of #827A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A2F

Black with #827A2F

Text Example


Text Example

White with #827A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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