Html Css Color HEX #867A29 Pesto

📋 copy color: '#867A29'

red 134 ◦ green 122 ◦ blue 41

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

Shades of Pesto #867A29

Tints of Pesto #867A29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.8%

R = 45.12%
G = 41.08%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#867A29 (or 0x867A29) is known color: Pesto. HEX triplet: 86, 7A and 29. RGB value is (134,122,41). Sum of RGB (Red+Green+Blue) = 134+122+41=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #867A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A29 is #7985D6. Grayscale: #747474. Windows color (decimal): -7964119 or 2718342. OLE color: 2718342.

HSL color Cylindrical-coordinate representation of color #867A29: hue angle of 52.26º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #867A29 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 122 41 -
CMYK 0 0.09 0.69 0.47
HSL 52.26º 0.53% 0.34% -
HSV(B) 52.26º 0.69% 0.53% -
XYZ 17.19 19.15 4.89 -
YUV 116.35 85.48 140.59 -
System Red Green Blue C M Y K H S L
Decimal 134 122 41 0 0.09 0.69 0.47 52.26 0.53 0.34
Hex 86 7A 29 0 9 45 2F 34 35 22
Octal 206 172 51 0 11 105 57 64 65 42
Binary 10000110 1111010 101001 0 1001 1000101 101111 110100 110101 100010

Color Harmonies of #867A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867A29

Black with #867A29

Text Example


Text Example

White with #867A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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