Html Css Color HEX #827916 Pesto

📋 copy color: '#827916'

red 130 ◦ green 121 ◦ blue 22

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

Shades of Pesto #827916

Tints of Pesto #827916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.06%

R = 47.62%
G = 44.32%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.49

RGB Variations

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

Color information

#827916 (or 0x827916) is known color: Pesto. HEX triplet: 82, 79 and 16. RGB value is (130,121,22). Sum of RGB (Red+Green+Blue) = 130+121+22=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 121 (47.66% from 255 or 44.32% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #827916 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827916 is #7D86E9. Grayscale: #707070. Windows color (decimal): -8226538 or 1472898. OLE color: 1472898.

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

Color convert

RGB 130 121 22 -
CMYK 0 0.07 0.83 0.49
HSL 55º 0.71% 0.3% -
HSV(B) 55º 0.83% 0.51% -
XYZ 16.19 18.48 3.47 -
YUV 112.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 130 121 22 0 0.07 0.83 0.49 55 0.71 0.3
Hex 82 79 16 0 7 53 31 37 47 1E
Octal 202 171 26 0 7 123 61 67 107 36
Binary 10000010 1111001 10110 0 111 1010011 110001 110111 1000111 11110

Color Harmonies of #827916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827916

Black with #827916

Text Example


Text Example

White with #827916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827916; }

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

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

background-color css

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

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

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

border-color css

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

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

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