Html Css Color HEX #847921 Pesto

📋 copy color: '#847921'

red 132 ◦ green 121 ◦ blue 33

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

Shades of Pesto #847921

Tints of Pesto #847921

RGB

 RED value IS 132 (51.95% from 255) = 46.15%

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

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

R = 46.15%
G = 42.31%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#847921 (or 0x847921) is known color: Pesto. HEX triplet: 84, 79 and 21. RGB value is (132,121,33). Sum of RGB (Red+Green+Blue) = 132+121+33=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #847921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847921 is #7B86DE. Grayscale: #727272. Windows color (decimal): -8095455 or 2193796. OLE color: 2193796.

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

Color convert

RGB 132 121 33 -
CMYK 0 0.08 0.75 0.48
HSL 53.33º 0.6% 0.32% -
HSV(B) 53.33º 0.75% 0.52% -
XYZ 16.63 18.69 4.17 -
YUV 114.26 82.14 140.66 -
System Red Green Blue C M Y K H S L
Decimal 132 121 33 0 0.08 0.75 0.48 53.33 0.6 0.32
Hex 84 79 21 0 8 4B 30 35 3C 20
Octal 204 171 41 0 10 113 60 65 74 40
Binary 10000100 1111001 100001 0 1000 1001011 110000 110101 111100 100000

Color Harmonies of #847921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847921

Black with #847921

Text Example


Text Example

White with #847921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847921; }

 p { color: rgb(132,121,33); }

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

background-color css

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

 a { background-color: rgb(132,121,33); }

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

border-color css

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

 span { border-color: rgb(132,121,33); }

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