Html Css Color HEX #84781E Pesto

📋 copy color: '#84781E'

red 132 ◦ green 120 ◦ blue 30

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

Shades of Pesto #84781E

Tints of Pesto #84781E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 46.81%
G = 42.55%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.48

RGB Variations

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

Color information

#84781E (or 0x84781E) is known color: Pesto. HEX triplet: 84, 78 and 1E. RGB value is (132,120,30). Sum of RGB (Red+Green+Blue) = 132+120+30=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #84781E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84781E is #7B87E1. Grayscale: #717171. Windows color (decimal): -8095714 or 1996932. OLE color: 1996932.

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

Color convert

RGB 132 120 30 -
CMYK 0 0.09 0.77 0.48
HSL 52.94º 0.63% 0.32% -
HSV(B) 52.94º 0.77% 0.52% -
XYZ 16.47 18.43 3.92 -
YUV 113.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 132 120 30 0 0.09 0.77 0.48 52.94 0.63 0.32
Hex 84 78 1E 0 9 4D 30 35 3F 20
Octal 204 170 36 0 11 115 60 65 77 40
Binary 10000100 1111000 11110 0 1001 1001101 110000 110101 111111 100000

Color Harmonies of #84781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84781E

Black with #84781E

Text Example


Text Example

White with #84781E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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