Html Css Color HEX #867821 Pesto

📋 copy color: '#867821'

red 134 ◦ green 120 ◦ blue 33

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

Shades of Pesto #867821

Tints of Pesto #867821

RGB

 RED value IS 134 (52.73% from 255) = 46.69%

 GREEN value IS 120 (47.27% from 255) = 41.81%

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

R = 46.69%
G = 41.81%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#867821 (or 0x867821) is known color: Pesto. HEX triplet: 86, 78 and 21. RGB value is (134,120,33). Sum of RGB (Red+Green+Blue) = 134+120+33=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #867821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867821 is #7987DE. Grayscale: #727272. Windows color (decimal): -7964639 or 2193542. OLE color: 2193542.

HSL color Cylindrical-coordinate representation of color #867821: hue angle of 51.68º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #867821 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 120 33 -
CMYK 0 0.10 0.75 0.47
HSL 51.68º 0.6% 0.33% -
HSV(B) 51.68º 0.75% 0.53% -
XYZ 16.82 18.61 4.14 -
YUV 114.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 134 120 33 0 0.10 0.75 0.47 51.68 0.6 0.33
Hex 86 78 21 0 A 4B 2F 34 3C 21
Octal 206 170 41 0 12 113 57 64 74 41
Binary 10000110 1111000 100001 0 1010 1001011 101111 110100 111100 100001

Color Harmonies of #867821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867821

Black with #867821

Text Example


Text Example

White with #867821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867821; }

 p { color: rgb(134,120,33); }

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

background-color css

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

 a { background-color: rgb(134,120,33); }

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

border-color css

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

 span { border-color: rgb(134,120,33); }

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