Html Css Color HEX #867D34 Pesto

📋 copy color: '#867D34'

red 134 ◦ green 125 ◦ blue 52

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

Shades of Pesto #867D34

Tints of Pesto #867D34

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.19%

 BLUE value IS 52 (20.7% from 255) = 16.72%

R = 43.09%
G = 40.19%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#867D34 (or 0x867D34) is known color: Pesto. HEX triplet: 86, 7D and 34. RGB value is (134,125,52). Sum of RGB (Red+Green+Blue) = 134+125+52=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #867D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867D34 is #7982CB. Grayscale: #777777. Windows color (decimal): -7963340 or 3440006. OLE color: 3440006.

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

Color convert

RGB 134 125 52 -
CMYK 0 0.07 0.61 0.47
HSL 53.41º 0.44% 0.36% -
HSV(B) 53.41º 0.61% 0.53% -
XYZ 17.78 19.98 6.17 -
YUV 119.37 89.98 138.44 -
System Red Green Blue C M Y K H S L
Decimal 134 125 52 0 0.07 0.61 0.47 53.41 0.44 0.36
Hex 86 7D 34 0 7 3D 2F 35 2C 24
Octal 206 175 64 0 7 75 57 65 54 44
Binary 10000110 1111101 110100 0 111 111101 101111 110101 101100 100100

Color Harmonies of #867D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867D34

Black with #867D34

Text Example


Text Example

White with #867D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,125,52); }

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

background-color css

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

 a { background-color: rgb(134,125,52); }

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

border-color css

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

 span { border-color: rgb(134,125,52); }

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