Html Css Color HEX #847D2F Pesto

📋 copy color: '#847D2F'

red 132 ◦ green 125 ◦ blue 47

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

Shades of Pesto #847D2F

Tints of Pesto #847D2F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 41.12%

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

R = 43.42%
G = 41.12%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#847D2F (or 0x847D2F) is known color: Pesto. HEX triplet: 84, 7D and 2F. RGB value is (132,125,47). Sum of RGB (Red+Green+Blue) = 132+125+47=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #847D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847D2F is #7B82D0. Grayscale: #767676. Windows color (decimal): -8094417 or 3112324. OLE color: 3112324.

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

Color convert

RGB 132 125 47 -
CMYK 0 0.05 0.64 0.48
HSL 55.06º 0.47% 0.35% -
HSV(B) 55.06º 0.64% 0.52% -
XYZ 17.36 19.78 5.59 -
YUV 118.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 132 125 47 0 0.05 0.64 0.48 55.06 0.47 0.35
Hex 84 7D 2F 0 5 40 30 37 2F 23
Octal 204 175 57 0 5 100 60 67 57 43
Binary 10000100 1111101 101111 0 101 1000000 110000 110111 101111 100011

Color Harmonies of #847D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847D2F

Black with #847D2F

Text Example


Text Example

White with #847D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847D2F; }

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

 H1.HeaderClassName
 {
   color: #847D2F;
 }
 .AnyTagClassName
 {
   color: #847D2F;
 }
</style>

background-color css

<style>
 a { background-color: #847D2F; }

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

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

border-color css

<style>
 span { border-color: #847D2F; }

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

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