Html Css Color HEX #827C28 Pesto

📋 copy color: '#827C28'

red 130 ◦ green 124 ◦ blue 40

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

Shades of Pesto #827C28

Tints of Pesto #827C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.61%

R = 44.22%
G = 42.18%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#827C28 (or 0x827C28) is known color: Pesto. HEX triplet: 82, 7C and 28. RGB value is (130,124,40). Sum of RGB (Red+Green+Blue) = 130+124+40=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #827C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C28 is #7D83D7. Grayscale: #747474. Windows color (decimal): -8225752 or 2653314. OLE color: 2653314.

HSL color Cylindrical-coordinate representation of color #827C28: hue angle of 56º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #827C28 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 124 40 -
CMYK 0 0.05 0.69 0.49
HSL 56º 0.53% 0.33% -
HSV(B) 56º 0.69% 0.51% -
XYZ 16.8 19.31 4.85 -
YUV 116.22 84.99 137.83 -
System Red Green Blue C M Y K H S L
Decimal 130 124 40 0 0.05 0.69 0.49 56 0.53 0.33
Hex 82 7C 28 0 5 45 31 38 35 21
Octal 202 174 50 0 5 105 61 70 65 41
Binary 10000010 1111100 101000 0 101 1000101 110001 111000 110101 100001

Color Harmonies of #827C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C28

Black with #827C28

Text Example


Text Example

White with #827C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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