#84793C

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

Shades of Pesto #84793C

Tints of Pesto #84793C

Color information

#84793C (or 0x84793C) is unknown color: approx Pesto. HEX triplet: 84, 79 and 3C. RGB value is (132,121,60). Sum of RGB (Red+Green+Blue) = 132+121+60=313 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.17% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 132 - color contains mainly: red. Hex color #84793C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84793C is #7B86C3. Grayscale: #757575. Windows color (decimal): -8095428 or 3963268. OLE color: 3963268.

HSL color Cylindrical-coordinate representation of color #84793C: hue angle of 50.83º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #84793C is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB13212160-
CMYK00.080.550.48
HSL50.83º37.5%37.65%-
HSV(B)50.83º54.55%51.76%-
XYZ17.1718.917.02-
YUV117.3495.64138.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.17%
GREEN value IS 121 (47.66% from 255) = 38.66%
BLUE value IS 60 (23.83% from 255) = 19.17%
R=42.17%
G=38.66%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321216000.080.550.4850.8337.537.65
Hex84793C083730332626
Octal204171740106760634646
Binary10000100111100111110001000110111110000110011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84793C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84793C; }

 p { color: rgb(132,121,60); }

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

<style>
 a { background-color: #84793C; }

 a { background-color: rgb(132,121,60); }

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

<style>
 span { border-color: #84793C; }

 span { border-color: rgb(132,121,60); }

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