Html Css Color HEX #827721 Pesto

📋 copy color: '#827721'

red 130 ◦ green 119 ◦ blue 33

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

Shades of Pesto #827721

Tints of Pesto #827721

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.2%

 BLUE value IS 33 (13.28% from 255) = 11.7%

R = 46.1%
G = 42.2%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#827721 (or 0x827721) is known color: Pesto. HEX triplet: 82, 77 and 21. RGB value is (130,119,33). Sum of RGB (Red+Green+Blue) = 130+119+33=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #827721 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827721 is #7D88DE. Grayscale: #707070. Windows color (decimal): -8227039 or 2193282. OLE color: 2193282.

HSL color Cylindrical-coordinate representation of color #827721: hue angle of 53.2º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #827721 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 119 33 -
CMYK 0 0.08 0.75 0.49
HSL 53.2º 0.6% 0.32% -
HSV(B) 53.2º 0.75% 0.51% -
XYZ 16.08 18.05 4.08 -
YUV 112.49 83.14 140.49 -
System Red Green Blue C M Y K H S L
Decimal 130 119 33 0 0.08 0.75 0.49 53.2 0.6 0.32
Hex 82 77 21 0 8 4B 31 35 3C 20
Octal 202 167 41 0 10 113 61 65 74 40
Binary 10000010 1110111 100001 0 1000 1001011 110001 110101 111100 100000

Color Harmonies of #827721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827721

Black with #827721

Text Example


Text Example

White with #827721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827721; }

 p { color: rgb(130,119,33); }

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

background-color css

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

 a { background-color: rgb(130,119,33); }

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

border-color css

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

 span { border-color: rgb(130,119,33); }

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