#857934

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

Shades of Pesto #857934

Tints of Pesto #857934

Color information

#857934 (or 0x857934) is unknown color: approx Pesto. HEX triplet: 85, 79 and 34. RGB value is (133,121,52). Sum of RGB (Red+Green+Blue) = 133+121+52=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #857934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857934 is #7A86CB. Grayscale: #757575. Windows color (decimal): -8029900 or 3438981. OLE color: 3438981.

HSL color Cylindrical-coordinate representation of color #857934: hue angle of 51.11º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #857934 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB13312152-
CMYK00.090.610.48
HSL51.11º43.78%36.27%-
HSV(B)51.11º60.9%52.16%-
XYZ17.1318.916-
YUV116.7291.48139.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.46%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 52 (20.70% from 255) = 16.99%
R=43.46%
G=39.54%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331215200.090.610.4851.1143.7836.27
Hex857934093D30332c24
Octal205171640117560635444
Binary10000101111100111010001001111101110000110011101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857934; }

 p { color: rgb(133,121,52); }

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

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

 a { background-color: rgb(133,121,52); }

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

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

 span { border-color: rgb(133,121,52); }

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