Html Css Color HEX #827B21 Pesto

📋 copy color: '#827B21'

red 130 ◦ green 123 ◦ blue 33

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

Shades of Pesto #827B21

Tints of Pesto #827B21

RGB

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

 GREEN value IS 123 (48.44% from 255) = 43.01%

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

R = 45.45%
G = 43.01%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#827B21 (or 0x827B21) is known color: Pesto. HEX triplet: 82, 7B and 21. RGB value is (130,123,33). Sum of RGB (Red+Green+Blue) = 130+123+33=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #827B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B21 is #7D84DE. Grayscale: #737373. Windows color (decimal): -8226015 or 2194306. OLE color: 2194306.

HSL color Cylindrical-coordinate representation of color #827B21: hue angle of 55.67º 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 #827B21 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 123 33 -
CMYK 0 0.05 0.75 0.49
HSL 55.67º 0.6% 0.32% -
HSV(B) 55.67º 0.75% 0.51% -
XYZ 16.56 19.02 4.24 -
YUV 114.83 81.82 138.82 -
System Red Green Blue C M Y K H S L
Decimal 130 123 33 0 0.05 0.75 0.49 55.67 0.6 0.32
Hex 82 7B 21 0 5 4B 31 38 3C 20
Octal 202 173 41 0 5 113 61 70 74 40
Binary 10000010 1111011 100001 0 101 1001011 110001 111000 111100 100000

Color Harmonies of #827B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B21

Black with #827B21

Text Example


Text Example

White with #827B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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