Html Css Color HEX #847D2A Pesto

📋 copy color: '#847D2A'

red 132 ◦ green 125 ◦ blue 42

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

Shades of Pesto #847D2A

Tints of Pesto #847D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.05%

R = 44.15%
G = 41.81%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#847D2A (or 0x847D2A) is known color: Pesto. HEX triplet: 84, 7D and 2A. RGB value is (132,125,42). Sum of RGB (Red+Green+Blue) = 132+125+42=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 125 (49.22% from 255 or 41.81% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #847D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847D2A is #7B82D5. Grayscale: #757575. Windows color (decimal): -8094422 or 2784644. OLE color: 2784644.

HSL color Cylindrical-coordinate representation of color #847D2A: hue angle of 55.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #847D2A is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 125 42 -
CMYK 0 0.05 0.68 0.48
HSL 55.33º 0.52% 0.34% -
HSV(B) 55.33º 0.68% 0.52% -
XYZ 17.27 19.74 5.09 -
YUV 117.63 85.32 138.25 -
System Red Green Blue C M Y K H S L
Decimal 132 125 42 0 0.05 0.68 0.48 55.33 0.52 0.34
Hex 84 7D 2A 0 5 44 30 37 34 22
Octal 204 175 52 0 5 104 60 67 64 42
Binary 10000100 1111101 101010 0 101 1000100 110000 110111 110100 100010

Color Harmonies of #847D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847D2A

Black with #847D2A

Text Example


Text Example

White with #847D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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