Html Css Color HEX #867D31 Pesto

📋 copy color: '#867D31'

red 134 ◦ green 125 ◦ blue 49

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

Shades of Pesto #867D31

Tints of Pesto #867D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.91%

R = 43.51%
G = 40.58%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#867D31 (or 0x867D31) is known color: Pesto. HEX triplet: 86, 7D and 31. RGB value is (134,125,49). Sum of RGB (Red+Green+Blue) = 134+125+49=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #867D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867D31 is #7982CE. Grayscale: #777777. Windows color (decimal): -7963343 or 3243398. OLE color: 3243398.

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

Color convert

RGB 134 125 49 -
CMYK 0 0.07 0.63 0.47
HSL 53.65º 0.46% 0.36% -
HSV(B) 53.65º 0.63% 0.53% -
XYZ 17.72 19.96 5.82 -
YUV 119.03 88.48 138.68 -
System Red Green Blue C M Y K H S L
Decimal 134 125 49 0 0.07 0.63 0.47 53.65 0.46 0.36
Hex 86 7D 31 0 7 3F 2F 36 2E 24
Octal 206 175 61 0 7 77 57 66 56 44
Binary 10000110 1111101 110001 0 111 111111 101111 110110 101110 100100

Color Harmonies of #867D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867D31

Black with #867D31

Text Example


Text Example

White with #867D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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