Html Css Color HEX #867A35 Pesto

📋 copy color: '#867A35'

red 134 ◦ green 122 ◦ blue 53

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

Shades of Pesto #867A35

Tints of Pesto #867A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.15%

R = 43.37%
G = 39.48%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#867A35 (or 0x867A35) is known color: Pesto. HEX triplet: 86, 7A and 35. RGB value is (134,122,53). Sum of RGB (Red+Green+Blue) = 134+122+53=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 134 - color contains mainly: red. Hex color #867A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867A35 is #7985CA. Grayscale: #767676. Windows color (decimal): -7964107 or 3504774. OLE color: 3504774.

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

Color convert

RGB 134 122 53 -
CMYK 0 0.09 0.60 0.47
HSL 51.11º 0.43% 0.37% -
HSV(B) 51.11º 0.6% 0.53% -
XYZ 17.43 19.24 6.16 -
YUV 117.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 134 122 53 0 0.09 0.60 0.47 51.11 0.43 0.37
Hex 86 7A 35 0 9 3C 2F 33 2B 25
Octal 206 172 65 0 11 74 57 63 53 45
Binary 10000110 1111010 110101 0 1001 111100 101111 110011 101011 100101

Color Harmonies of #867A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867A35

Black with #867A35

Text Example


Text Example

White with #867A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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