Html Css Color HEX #867A31 Pesto

📋 copy color: '#867A31'

red 134 ◦ green 122 ◦ blue 49

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

Shades of Pesto #867A31

Tints of Pesto #867A31

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40%

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

R = 43.93%
G = 40%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#867A31 (or 0x867A31) is known color: Pesto. HEX triplet: 86, 7A and 31. RGB value is (134,122,49). Sum of RGB (Red+Green+Blue) = 134+122+49=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #867A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A31 is #7985CE. Grayscale: #757575. Windows color (decimal): -7964111 or 3242630. OLE color: 3242630.

HSL color Cylindrical-coordinate representation of color #867A31: hue angle of 51.53º 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 #867A31 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 122 49 -
CMYK 0 0.09 0.63 0.47
HSL 51.53º 0.46% 0.36% -
HSV(B) 51.53º 0.63% 0.53% -
XYZ 17.35 19.21 5.7 -
YUV 117.27 89.48 139.94 -
System Red Green Blue C M Y K H S L
Decimal 134 122 49 0 0.09 0.63 0.47 51.53 0.46 0.36
Hex 86 7A 31 0 9 3F 2F 34 2E 24
Octal 206 172 61 0 11 77 57 64 56 44
Binary 10000110 1111010 110001 0 1001 111111 101111 110100 101110 100100

Color Harmonies of #867A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867A31

Black with #867A31

Text Example


Text Example

White with #867A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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