Html Css Color HEX #84752D Pesto

📋 copy color: '#84752D'

red 132 ◦ green 117 ◦ blue 45

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

Shades of Pesto #84752D

Tints of Pesto #84752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.31%

R = 44.9%
G = 39.8%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#84752D (or 0x84752D) is known color: Pesto. HEX triplet: 84, 75 and 2D. RGB value is (132,117,45). Sum of RGB (Red+Green+Blue) = 132+117+45=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #84752D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84752D is #7B8AD2. Grayscale: #717171. Windows color (decimal): -8096467 or 2979204. OLE color: 2979204.

HSL color Cylindrical-coordinate representation of color #84752D: hue angle of 49.66º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84752D is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 117 45 -
CMYK 0 0.11 0.66 0.48
HSL 49.66º 0.49% 0.35% -
HSV(B) 49.66º 0.66% 0.52% -
XYZ 16.35 17.82 5.06 -
YUV 113.28 89.47 141.35 -
System Red Green Blue C M Y K H S L
Decimal 132 117 45 0 0.11 0.66 0.48 49.66 0.49 0.35
Hex 84 75 2D 0 B 42 30 32 31 23
Octal 204 165 55 0 13 102 60 62 61 43
Binary 10000100 1110101 101101 0 1011 1000010 110000 110010 110001 100011

Color Harmonies of #84752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84752D

Black with #84752D

Text Example


Text Example

White with #84752D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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