#84781B

Color #84781B Pesto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pesto #84781B

Tints of Pesto #84781B

Color information

#84781B (or 0x84781B) is unknown color: approx Pesto. HEX triplet: 84, 78 and 1B. RGB value is (132,120,27). Sum of RGB (Red+Green+Blue) = 132+120+27=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84781B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84781B is #7B87E4. Grayscale: #717171. Windows color (decimal): -8095717 or 1800324. OLE color: 1800324.

HSL color Cylindrical-coordinate representation of color #84781B: hue angle of 53.14º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84781B is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB13212027-
CMYK00.090.800.48
HSL53.14º66.04%31.18%-
HSV(B)53.14º79.55%51.76%-
XYZ16.4318.423.73-
YUV112.9979.48141.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 120 (47.27% from 255) = 43.01%
BLUE value IS 27 (10.94% from 255) = 9.68%
R=47.31%
G=43.01%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321202700.090.800.4853.1466.0431.18
Hex84781B09503035421f
Octal20417033011120606510237
Binary10000100111100011011010011010000110000110101100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84781B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #84781B;
 }
 .AnyTagClassName
 {
   color: #84781B;
 }
</style>
background-color css

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

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

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

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

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

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