Html Css Color HEX #84752F Pesto

📋 copy color: '#84752F'

red 132 ◦ green 117 ◦ blue 47

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

Shades of Pesto #84752F

Tints of Pesto #84752F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.53%

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

R = 44.59%
G = 39.53%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#84752F (or 0x84752F) is known color: Pesto. HEX triplet: 84, 75 and 2F. RGB value is (132,117,47). Sum of RGB (Red+Green+Blue) = 132+117+47=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 132 - color contains mainly: red. Hex color #84752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84752F is #7B8AD0. Grayscale: #717171. Windows color (decimal): -8096465 or 3110276. OLE color: 3110276.

HSL color Cylindrical-coordinate representation of color #84752F: hue angle of 49.41º 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 #84752F is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 117 47 -
CMYK 0 0.11 0.64 0.48
HSL 49.41º 0.47% 0.35% -
HSV(B) 49.41º 0.64% 0.52% -
XYZ 16.39 17.83 5.27 -
YUV 113.51 90.47 141.19 -
System Red Green Blue C M Y K H S L
Decimal 132 117 47 0 0.11 0.64 0.48 49.41 0.47 0.35
Hex 84 75 2F 0 B 40 30 31 2F 23
Octal 204 165 57 0 13 100 60 61 57 43
Binary 10000100 1110101 101111 0 1011 1000000 110000 110001 101111 100011

Color Harmonies of #84752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84752F

Black with #84752F

Text Example


Text Example

White with #84752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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