Html Css Color HEX #84742F Pesto

📋 copy color: '#84742F'

red 132 ◦ green 116 ◦ blue 47

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

Shades of Pesto #84742F

Tints of Pesto #84742F

RGB

 RED value IS 132 (51.95% from 255) = 44.75%

 GREEN value IS 116 (45.7% from 255) = 39.32%

 BLUE value IS 47 (18.75% from 255) = 15.93%

R = 44.75%
G = 39.32%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#84742F (or 0x84742F) is known color: Pesto. HEX triplet: 84, 74 and 2F. RGB value is (132,116,47). Sum of RGB (Red+Green+Blue) = 132+116+47=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84742F is #7B8BD0. Grayscale: #717171. Windows color (decimal): -8096721 or 3110020. OLE color: 3110020.

HSL color Cylindrical-coordinate representation of color #84742F: hue angle of 48.71º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84742F is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 116 47 -
CMYK 0 0.12 0.64 0.48
HSL 48.71º 0.47% 0.35% -
HSV(B) 48.71º 0.64% 0.52% -
XYZ 16.27 17.6 5.23 -
YUV 112.92 90.8 141.61 -
System Red Green Blue C M Y K H S L
Decimal 132 116 47 0 0.12 0.64 0.48 48.71 0.47 0.35
Hex 84 74 2F 0 C 40 30 31 2F 23
Octal 204 164 57 0 14 100 60 61 57 43
Binary 10000100 1110100 101111 0 1100 1000000 110000 110001 101111 100011

Color Harmonies of #84742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84742F

Black with #84742F

Text Example


Text Example

White with #84742F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84742F; }

 p { color: rgb(132,116,47); }

 H1.HeaderClassName
 {
   color: #84742F;
 }
 .AnyTagClassName
 {
   color: #84742F;
 }
</style>

background-color css

<style>
 a { background-color: #84742F; }

 a { background-color: rgb(132,116,47); }

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

border-color css

<style>
 span { border-color: #84742F; }

 span { border-color: rgb(132,116,47); }

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