Html Css Color HEX #827926 Pesto

📋 copy color: '#827926'

red 130 ◦ green 121 ◦ blue 38

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

Shades of Pesto #827926

Tints of Pesto #827926

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.87%

 BLUE value IS 38 (15.23% from 255) = 13.15%

R = 44.98%
G = 41.87%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#827926 (or 0x827926) is known color: Pesto. HEX triplet: 82, 79 and 26. RGB value is (130,121,38). Sum of RGB (Red+Green+Blue) = 130+121+38=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #827926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827926 is #7D86D9. Grayscale: #727272. Windows color (decimal): -8226522 or 2521474. OLE color: 2521474.

HSL color Cylindrical-coordinate representation of color #827926: hue angle of 54.13º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #827926 is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 121 38 -
CMYK 0 0.07 0.71 0.49
HSL 54.13º 0.55% 0.33% -
HSV(B) 54.13º 0.71% 0.51% -
XYZ 16.39 18.56 4.55 -
YUV 114.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 130 121 38 0 0.07 0.71 0.49 54.13 0.55 0.33
Hex 82 79 26 0 7 47 31 36 37 21
Octal 202 171 46 0 7 107 61 66 67 41
Binary 10000010 1111001 100110 0 111 1000111 110001 110110 110111 100001

Color Harmonies of #827926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827926

Black with #827926

Text Example


Text Example

White with #827926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827926; }

 p { color: rgb(130,121,38); }

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

background-color css

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

 a { background-color: rgb(130,121,38); }

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

border-color css

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

 span { border-color: rgb(130,121,38); }

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