Html Css Color HEX #84781D Pesto

📋 copy color: '#84781D'

red 132 ◦ green 120 ◦ blue 29

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

Shades of Pesto #84781D

Tints of Pesto #84781D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.7%

 BLUE value IS 29 (11.72% from 255) = 10.32%

R = 46.98%
G = 42.7%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.48

RGB Variations

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

Color information

#84781D (or 0x84781D) is known color: Pesto. HEX triplet: 84, 78 and 1D. RGB value is (132,120,29). Sum of RGB (Red+Green+Blue) = 132+120+29=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #84781D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84781D is #7B87E2. Grayscale: #717171. Windows color (decimal): -8095715 or 1931396. OLE color: 1931396.

HSL color Cylindrical-coordinate representation of color #84781D: hue angle of 53.01º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #84781D is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 120 29 -
CMYK 0 0.09 0.78 0.48
HSL 53.01º 0.64% 0.32% -
HSV(B) 53.01º 0.78% 0.52% -
XYZ 16.45 18.43 3.85 -
YUV 113.21 80.48 141.4 -
System Red Green Blue C M Y K H S L
Decimal 132 120 29 0 0.09 0.78 0.48 53.01 0.64 0.32
Hex 84 78 1D 0 9 4E 30 35 40 20
Octal 204 170 35 0 11 116 60 65 100 40
Binary 10000100 1111000 11101 0 1001 1001110 110000 110101 1000000 100000

Color Harmonies of #84781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84781D

Black with #84781D

Text Example


Text Example

White with #84781D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,120,29); }

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

background-color css

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

 a { background-color: rgb(132,120,29); }

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

border-color css

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

 span { border-color: rgb(132,120,29); }

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