Html Css Color HEX #867C20 Pesto

📋 copy color: '#867C20'

red 134 ◦ green 124 ◦ blue 32

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

Shades of Pesto #867C20

Tints of Pesto #867C20

RGB

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

 GREEN value IS 124 (48.83% from 255) = 42.76%

 BLUE value IS 32 (12.89% from 255) = 11.03%

R = 46.21%
G = 42.76%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#867C20 (or 0x867C20) is known color: Pesto. HEX triplet: 86, 7C and 20. RGB value is (134,124,32). Sum of RGB (Red+Green+Blue) = 134+124+32=290 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.21% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 32 (12.89% from 255 or 11.03% from 290); Max value from RGB is 134 - color contains mainly: red. Hex color #867C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867C20 is #7983DF. Grayscale: #747474. Windows color (decimal): -7963616 or 2129030. OLE color: 2129030.

HSL color Cylindrical-coordinate representation of color #867C20: hue angle of 54.12º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #867C20 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 124 32 -
CMYK 0 0.07 0.76 0.47
HSL 54.12º 0.61% 0.33% -
HSV(B) 54.12º 0.76% 0.53% -
XYZ 17.3 19.59 4.24 -
YUV 116.5 80.31 140.48 -
System Red Green Blue C M Y K H S L
Decimal 134 124 32 0 0.07 0.76 0.47 54.12 0.61 0.33
Hex 86 7C 20 0 7 4C 2F 36 3D 21
Octal 206 174 40 0 7 114 57 66 75 41
Binary 10000110 1111100 100000 0 111 1001100 101111 110110 111101 100001

Color Harmonies of #867C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867C20

Black with #867C20

Text Example


Text Example

White with #867C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867C20; }

 p { color: rgb(134,124,32); }

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

background-color css

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

 a { background-color: rgb(134,124,32); }

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

border-color css

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

 span { border-color: rgb(134,124,32); }

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